1440 Commits (bab5d51d25c7a9c000d1ec37ba3c036f66fc5c94)
 

Author SHA1 Message Date
Gert Wollny 172c9679b4 vrend/shader: handle uniforms as array 6 years ago
Gert Wollny c1b6c98589 vrend: reduce number of re-allocations in constant copying 6 years ago
Elie Tournier 3cb469599e renderer: Avoid possible null pointer deref 6 years ago
Elie Tournier 215736003f renderer: silence unused variable warning 6 years ago
Elie Tournier 0e7d2c045e renderer: remove unused variable 6 years ago
Elie Tournier 612d8cef60 renderer: Fix initialization warning 6 years ago
Elie Tournier 3ed2781420 renderer: Fix potential dereference of null pointer 6 years ago
Elie Tournier 94a07ad532 context: remove unused function 6 years ago
Elie Tournier e188b30203 gallium: Silence unused variable warning 6 years ago
Elie Tournier 870f08de92 vtest: Do not mark vtest as initialized if vtest_create_renderer fail 6 years ago
Elie Tournier 4e8e491845 vtest: Fix renderer memory leaks 6 years ago
Gert Wollny 49377facce shader: Fix memory leaks reported by ASAN 6 years ago
Gert Wollny 09bae9b23a egl_init: Write an error message if surfaceless is not supported 6 years ago
Gert Wollny dc0deb61f5 egl_init: Bail out when the extension GL_KHR_create_context is not available 6 years ago
Gert Wollny d85c54f60d egl: remove the compile time check for EGL_MESA_drm_image 6 years ago
Gert Wollny bf87b3cfb1 egl: remove compile time desicions on EGL_MESA_image_dma_buf_export 6 years ago
Gert Wollny 70dedae465 shader: TXQ: also emit a write mask if only one bit is set. 6 years ago
Dave Airlie e07534645b renderer: avoid overhead of constantly setting negative viewport uniform 6 years ago
Jakob Bornecrantz 69d7f802b7 vtest: Refactor vtest_server.c 6 years ago
Jakob Bornecrantz 21ebb9449b vtest: Unify ident size 6 years ago
Jakob Bornecrantz 701c9615d4 vtest: Use default socket name from protocol header 6 years ago
Gert Wollny bb02ee0c09 vrend: Enable logging infrastructure 6 years ago
Gert Wollny d5efa766aa vrend: Add possibility for the guest to add debug flags 6 years ago
Gert Wollny cbb6a487c9 debug: Add flag and function for texture logging 6 years ago
Gert Wollny 40db85e7ee debug: Add debugging for features 6 years ago
Gert Wollny 97f2b21d66 debug: Add logging for blits and copy 6 years ago
Gert Wollny 8900596f96 debug: Add command and object logging 6 years ago
Gert Wollny 05a10455a2 debug: Add shader logging code 6 years ago
Gert Wollny 20afd5c45b debug: Add skeleton for switchable logging 6 years ago
Gert Wollny 47a2154bd3 vrend: Move some feature checks 6 years ago
Gert Wollny d4eb065057 vrend: refactor feature list to easily add names to features 6 years ago
Gert Wollny 69e01f2650 CI: Add scripts to be able to enable the CI 6 years ago
Gert Wollny 76d006ca36 vtest/ci: Add test series files and expected results 6 years ago
Gert Wollny 860347164c shader: Don't emit 'precise' when 'invariant' is already given in declaration 6 years ago
Gert Wollny 584a1e20fb vrend, tex: Support fake multisample correctly 6 years ago
Dave Airlie c5930371b8 vtest: fix protocol decls. 6 years ago
Erik Faye-Lund b344d957fa vrend: GL_COLOR_ATTACHMENT*_EXT -> GL_COLOR_ATTACHMENT* 6 years ago
Erik Faye-Lund a8907c276f vrend: glFramebufferTexture*DEXT -> glFramebufferTexture*D 6 years ago
Erik Faye-Lund 051b8a90ac vrend: glBindFramebufferEXT -> glBindFramebuffer 6 years ago
Erik Faye-Lund 042851a3ee vrend: GL_FRAMEBUFFER_EXT -> GL_FRAMEBUFFER 6 years ago
Erik Faye-Lund e44ef7de64 vrend: do not proble for compressed formats 6 years ago
Nathan Gauer 298059b97e vtest: refactorized the run_renderer function 6 years ago
Emil Velikov 061c854de8 build: include ax_gcc_func_attribute.m4 6 years ago
Gert Wollny ee9d6c2548 vrend: Use pixel pack buffers as buffers and unbind after use 6 years ago
Dave Airlie 6564d1395c virglrenderer: enable symbol visiblity. 6 years ago
Gert Wollny eaca8c5e2e shader: Don't require ARB_gpu_shader5 on gles for certain texture gather 6 years ago
Gert Wollny 8d6054e5d9 Eliminate the use of EGL_MESA_image_dma_buf_export for compile time decisions 6 years ago
Gert Wollny 5a472049a3 tests: Make it possible to run the unit tests with EGL_SURFACELESS 6 years ago
Erik Faye-Lund 1905b38207 shader: correct swizzles from TGSI_SEMANTIC_SAMPLEPOS 6 years ago
Gert Wollny efba840386 shader: add TXP special handling on GLES host for 1D textures 6 years ago