| Commit message (Expand) | Author | Age | Files | Lines |
* | xmlconfig: add kernel_driver device attribute | Qiang Yu | 2018-08-17 | 6 | -6/+8 |
* | bin: always define MESA_GIT_SHA1 to make it directly usable in code | Eric Engestrom | 2018-08-16 | 2 | -10/+2 |
* | git_sha1: simplify logic | Eric Engestrom | 2018-08-16 | 1 | -1/+1 |
* | i965: drop unused assignment | Eric Engestrom | 2018-08-16 | 1 | -2/+0 |
* | mesa/st: fix array indices off-by-one error in remapping | Gert Wollny | 2018-08-16 | 2 | -6/+6 |
* | i965: do not emit empty surface state | Erik Faye-Lund | 2018-08-15 | 1 | -0/+5 |
* | intel/ppgtt: 4096 replaced by PAGE_SIZE | Sergii Romantsov | 2018-08-15 | 1 | -6/+6 |
* | intel/ppgtt: memory address alignment | Sergii Romantsov | 2018-08-15 | 1 | -4/+3 |
* | i965: Emitting 3DSTATE_SO_BUFFER of 0-size. | Sergii Romantsov | 2018-08-15 | 1 | -4/+5 |
* | mesa: shader dump/read support for ARB programs | Tapani Pälli | 2018-08-15 | 3 | -7/+31 |
* | compiler: add SYSTEM_VALUE_VARYING_COORD | Rob Clark | 2018-08-14 | 1 | -0/+1 |
* | mesa/glspirv: fix compilation with MSVC | Alejandro Piñeiro | 2018-08-13 | 1 | -1/+1 |
* | mesa/st/glsl_to_tgsi: fixup copy-paste mistake | Erik Faye-Lund | 2018-08-13 | 1 | -1/+1 |
* | i965/nir: Use the nir copy of shader_info to handle gl_PatchVerticesIn | Neil Roberts | 2018-08-13 | 1 | -1/+1 |
* | mesa/glspirv: Set separate_shader on shader_info | Neil Roberts | 2018-08-13 | 1 | -0/+2 |
* | mesa/glspirv: pick off the only entry point we need | Iago Toral Quiroga | 2018-08-13 | 1 | -0/+15 |
* | mesa/glspirv: compute double inputs and remap attributes | Alejandro Piñeiro | 2018-08-13 | 1 | -0/+19 |
* | i965: enable EXT_render_snorm | Tapani Pälli | 2018-08-13 | 1 | -0/+1 |
* | mesa: enable EXT_render_snorm extension | Tapani Pälli | 2018-08-13 | 6 | -9/+61 |
* | intel: Switch the order of the 2x MSAA sample positions | Jason Ekstrand | 2018-08-11 | 2 | -9/+9 |
* | mesa/st/tests: Add array life range estimation and renumbering tests | Gert Wollny | 2018-08-11 | 1 | -0/+211 |
* | mesa/st/tests: Add array life range tests infrastructure to common test class | Gert Wollny | 2018-08-11 | 2 | -27/+186 |
* | mesa/st/glsl_to_tgsi: Expose array live range tracking and merging | Gert Wollny | 2018-08-11 | 5 | -17/+40 |
* | mesa/st/glsl_to_tgsi: add array life range evaluation into tracking code | Gert Wollny | 2018-08-11 | 1 | -12/+50 |
* | mesa/st/glsl_to_tgsi: add class for array access tracking | Gert Wollny | 2018-08-11 | 1 | -0/+102 |
* | mesa/st/glsl_to_tgsi: move evaluation of read mask up in the call hierarchy | Gert Wollny | 2018-08-11 | 1 | -7/+8 |
* | mesa/st/glsl_to_tgsi: rename access_record to register_merge_record and some ... | Gert Wollny | 2018-08-11 | 2 | -32/+33 |
* | mesa/st/tests: Add tests for array merge helper classes. | Gert Wollny | 2018-08-11 | 4 | -7/+787 |
* | mesa/st/glsl_to_tgsi: Add array merge logic | Gert Wollny | 2018-08-11 | 2 | -2/+407 |
* | mesa/st/glsl_to_tgsi: Add helper classes to apply array merging and interleaving | Gert Wollny | 2018-08-11 | 2 | -1/+164 |
* | mesa/st/glsl_to_tgsi: Add helper class for array live range merging and inter... | Gert Wollny | 2018-08-11 | 4 | -0/+319 |
* | mesa/st/glsl_to_tgsi:rename lifetime to register_live_range | Gert Wollny | 2018-08-11 | 6 | -83/+90 |
* | mesa/st/glsl_to_tgsi: Properly resolve life times simple if/else + use constr... | Gert Wollny | 2018-08-11 | 2 | -0/+39 |
* | mesa/st/glsl_to_tgsi: Split arrays whose elements are only accessed directly | Gert Wollny | 2018-08-11 | 1 | -1/+112 |
* | mesa/st/glsl_to_tgsi: Add method to collect some TGSI statistics | Gert Wollny | 2018-08-11 | 1 | -0/+68 |
* | meson: Build with Python 3 | Mathieu Bridon | 2018-08-10 | 3 | -7/+7 |
* | python: Fix inequality comparisons | Mathieu Bridon | 2018-08-10 | 1 | -0/+6 |
* | mesa/st: ETC2 now uses R8G8B8A8_SRGB as fallback | Gert Wollny | 2018-08-10 | 1 | -1/+1 |
* | python: Explicitly use a list | Mathieu Bridon | 2018-08-09 | 1 | -2/+2 |
* | i965: Only enable depth IZ signals if there's an actual depthbuffer. | Kenneth Graunke | 2018-08-09 | 1 | -3/+8 |
* | xlib: remove unused Fake_glXGetAGPOffsetMESA() function | Brian Paul | 2018-08-08 | 1 | -10/+0 |
* | autotools: use correct gl.pc LIBS when using glvnd | Emil Velikov | 2018-08-08 | 1 | -1/+1 |
* | glsl_to_tgsi: plumb image writable through to driver | Erik Faye-Lund | 2018-08-08 | 2 | -5/+15 |
* | python: Use explicit integer divisions | Mathieu Bridon | 2018-08-07 | 3 | -10/+10 |
* | dri: Add param driCreateConfigs(mutable_render_buffer) | Chad Versace | 2018-08-07 | 7 | -11/+17 |
* | dri: Define DRI_MutableRenderBuffer extensions | Chad Versace | 2018-08-07 | 4 | -0/+10 |
* | i965: gen_shader_sha1() doesn't use the brw_context | Eric Engestrom | 2018-08-07 | 1 | -4/+4 |
* | mesa: fix make check for AMD_framebuffer_multisample_advanced | Ian Romanick | 2018-08-06 | 1 | -0/+8 |
* | st/mesa: expose & set limits for AMD_framebuffer_multisample_advanced | Marek Olšák | 2018-08-04 | 1 | -0/+89 |
* | st/mesa: add renderbuffer support for AMD_framebuffer_multisample_advanced | Marek Olšák | 2018-08-04 | 1 | -8/+53 |