summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-13mesa/glspirv: Set separate_shader on shader_infoNeil Roberts1-0/+2
2018-08-13mesa/glspirv: pick off the only entry point we needIago Toral Quiroga1-0/+15
2018-08-13mesa/glspirv: compute double inputs and remap attributesAlejandro Piñeiro1-0/+19
2018-08-13nir/glsl: make nir_remap_attributes publicAlejandro Piñeiro3-17/+27
2018-08-13nir/lower_samplers: don't assume a deref for both texture and sampler srcsAlejandro Piñeiro1-53/+58
2018-08-13nir/linker: take into account hidden uniformsAlejandro Piñeiro2-1/+8
2018-08-13nir: add how_declared to nir_variable.dataAlejandro Piñeiro3-1/+26
2018-08-13spirv: Make VertexIndex and VertexId both non-zero-basedNeil Roberts1-7/+7
2018-08-13spirv: fill info.gs.input_primitive tooAlejandro Piñeiro1-0/+2
2018-08-13docs/features: mark GL_EXT_render_snorm as done for i965Tapani Pälli1-0/+1
2018-08-13i965: enable EXT_render_snormTapani Pälli1-0/+1
2018-08-13mesa: enable EXT_render_snorm extensionTapani Pälli6-9/+61
2018-08-11blorp: Properly handle Z24X8 blits.Kenneth Graunke2-12/+11
2018-08-11blorp: Don't try to use R32_UNORM for R24_UNORM_X8_TYPELESS rendering.Kenneth Graunke1-5/+5
2018-08-11intel: Switch the order of the 2x MSAA sample positionsJason Ekstrand4-14/+24
2018-08-11mesa/st/tests: Add array life range estimation and renumbering testsGert Wollny1-0/+211
2018-08-11mesa/st/tests: Add array life range tests infrastructure to common test classGert Wollny2-27/+186
2018-08-11mesa/st/glsl_to_tgsi: Expose array live range tracking and mergingGert Wollny5-17/+40
2018-08-11mesa/st/glsl_to_tgsi: add array life range evaluation into tracking codeGert Wollny1-12/+50
2018-08-11mesa/st/glsl_to_tgsi: add class for array access trackingGert Wollny1-0/+102
2018-08-11mesa/st/glsl_to_tgsi: move evaluation of read mask up in the call hierarchyGert Wollny1-7/+8
2018-08-11mesa/st/glsl_to_tgsi: rename access_record to register_merge_record and some ...Gert Wollny2-32/+33
2018-08-11mesa/st/tests: Add tests for array merge helper classes.Gert Wollny4-7/+787
2018-08-11mesa/st/glsl_to_tgsi: Add array merge logicGert Wollny2-2/+407
2018-08-11mesa/st/glsl_to_tgsi: Add helper classes to apply array merging and interleavingGert Wollny2-1/+164
2018-08-11mesa/st/glsl_to_tgsi: Add helper class for array live range merging and inter...Gert Wollny4-0/+319
2018-08-11mesa/st/glsl_to_tgsi:rename lifetime to register_live_rangeGert Wollny6-83/+90
2018-08-11mesa/st/glsl_to_tgsi: Properly resolve life times simple if/else + use constr...Gert Wollny2-0/+39
2018-08-11mesa/st/glsl_to_tgsi: Split arrays whose elements are only accessed directlyGert Wollny1-1/+112
2018-08-11mesa/st/glsl_to_tgsi: Add method to collect some TGSI statisticsGert Wollny1-0/+68
2018-08-11Gallium/tgsi: Correct signdness of return value of bit operationsGert Wollny1-3/+4
2018-08-10meson: Build with Python 3Mathieu Bridon31-77/+77
2018-08-10python: Rework bytes/unicode string handlingMathieu Bridon1-10/+31
2018-08-10python: Fix inequality comparisonsMathieu Bridon3-0/+18
2018-08-10mesa/st: ETC2 now uses R8G8B8A8_SRGB as fallbackGert Wollny1-1/+1
2018-08-09python: Simplify list sortingMathieu Bridon1-4/+2
2018-08-09python: Use key-functions when sorting containersMathieu Bridon1-2/+3
2018-08-09python: Better check for integer typesMathieu Bridon2-5/+16
2018-08-09python: Do not mix bytes and unicode stringsMathieu Bridon1-1/+10
2018-08-09python: Explicitly use a listMathieu Bridon1-2/+2
2018-08-09python: Use the right function for the jobMathieu Bridon1-1/+1
2018-08-09egl: Fix leak of X11 pixmaps backing pbuffers in DRI3.Eric Anholt1-0/+5
2018-08-09intel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.Kenneth Graunke1-0/+20
2018-08-09i965: Only enable depth IZ signals if there's an actual depthbuffer.Kenneth Graunke1-3/+8
2018-08-09glx: GLX_MESA_multithread_makecurrent is direct-onlyAdam Jackson1-1/+1
2018-08-09anv: set error in all failure pathsEric Engestrom1-1/+3
2018-08-09intel/tools: add missing variable initialisationEric Engestrom1-1/+1
2018-08-09drirc: Allow extension midshader for Metro Reduxvadym.shovkoplias1-0/+4
2018-08-09glsl: handle error case with ast_post_inc, ast_post_decTapani Pälli1-0/+5
2018-08-08vc4: Implement texture_subdata() to directly upload tiled data.Eric Anholt1-1/+39