summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965/icl: Allow headerless sampler messages for pre-emptable contextsAnuj Phogat2018-08-212-0/+15
* i965: Implement EGL_KHR_mutable_render_bufferChad Versace2018-08-213-4/+107
* mesa: move legacy hyperz option from dri configTimothy Arceri2018-08-211-0/+5
* mesa: remove unused dri config option disable_shader_bit_encodingTimothy Arceri2018-08-211-3/+1
* mesa: drop legacy no_rast dri optionTimothy Arceri2018-08-216-11/+3
* i965: remove unused no_rast boolTimothy Arceri2018-08-211-1/+0
* i915: remove early_z dri optionTimothy Arceri2018-08-214-16/+0
* Add NV_fragment_shader_interlock support.Kevin Rogovin2018-08-201-0/+1
* i965: Advertise 8 bits subpixel precision for viewport bounds on gen6+Danylo Piliaiev2018-08-201-1/+1
* mesa: move legacy dri config option texture_unitsTimothy Arceri2018-08-201-0/+5
* mesa: move legacy dri config option texture_blend_qualityTimothy Arceri2018-08-201-0/+6
* xmlconfig: add kernel_driver device attributeQiang Yu2018-08-176-6/+8
* bin: always define MESA_GIT_SHA1 to make it directly usable in codeEric Engestrom2018-08-162-10/+2
* git_sha1: simplify logicEric Engestrom2018-08-161-1/+1
* i965: drop unused assignmentEric Engestrom2018-08-161-2/+0
* mesa/st: fix array indices off-by-one error in remappingGert Wollny2018-08-162-6/+6
* i965: do not emit empty surface stateErik Faye-Lund2018-08-151-0/+5
* intel/ppgtt: 4096 replaced by PAGE_SIZESergii Romantsov2018-08-151-6/+6
* intel/ppgtt: memory address alignmentSergii Romantsov2018-08-151-4/+3
* i965: Emitting 3DSTATE_SO_BUFFER of 0-size.Sergii Romantsov2018-08-151-4/+5
* mesa: shader dump/read support for ARB programsTapani Pälli2018-08-153-7/+31
* compiler: add SYSTEM_VALUE_VARYING_COORDRob Clark2018-08-141-0/+1
* mesa/glspirv: fix compilation with MSVCAlejandro Piñeiro2018-08-131-1/+1
* mesa/st/glsl_to_tgsi: fixup copy-paste mistakeErik Faye-Lund2018-08-131-1/+1
* i965/nir: Use the nir copy of shader_info to handle gl_PatchVerticesInNeil Roberts2018-08-131-1/+1
* mesa/glspirv: Set separate_shader on shader_infoNeil Roberts2018-08-131-0/+2
* mesa/glspirv: pick off the only entry point we needIago Toral Quiroga2018-08-131-0/+15
* mesa/glspirv: compute double inputs and remap attributesAlejandro Piñeiro2018-08-131-0/+19
* i965: enable EXT_render_snormTapani Pälli2018-08-131-0/+1
* mesa: enable EXT_render_snorm extensionTapani Pälli2018-08-136-9/+61
* intel: Switch the order of the 2x MSAA sample positionsJason Ekstrand2018-08-112-9/+9
* mesa/st/tests: Add array life range estimation and renumbering testsGert Wollny2018-08-111-0/+211
* mesa/st/tests: Add array life range tests infrastructure to common test classGert Wollny2018-08-112-27/+186
* mesa/st/glsl_to_tgsi: Expose array live range tracking and mergingGert Wollny2018-08-115-17/+40
* mesa/st/glsl_to_tgsi: add array life range evaluation into tracking codeGert Wollny2018-08-111-12/+50
* mesa/st/glsl_to_tgsi: add class for array access trackingGert Wollny2018-08-111-0/+102
* mesa/st/glsl_to_tgsi: move evaluation of read mask up in the call hierarchyGert Wollny2018-08-111-7/+8
* mesa/st/glsl_to_tgsi: rename access_record to register_merge_record and some ...Gert Wollny2018-08-112-32/+33
* mesa/st/tests: Add tests for array merge helper classes.Gert Wollny2018-08-114-7/+787
* mesa/st/glsl_to_tgsi: Add array merge logicGert Wollny2018-08-112-2/+407
* mesa/st/glsl_to_tgsi: Add helper classes to apply array merging and interleavingGert Wollny2018-08-112-1/+164
* mesa/st/glsl_to_tgsi: Add helper class for array live range merging and inter...Gert Wollny2018-08-114-0/+319
* mesa/st/glsl_to_tgsi:rename lifetime to register_live_rangeGert Wollny2018-08-116-83/+90
* mesa/st/glsl_to_tgsi: Properly resolve life times simple if/else + use constr...Gert Wollny2018-08-112-0/+39
* mesa/st/glsl_to_tgsi: Split arrays whose elements are only accessed directlyGert Wollny2018-08-111-1/+112
* mesa/st/glsl_to_tgsi: Add method to collect some TGSI statisticsGert Wollny2018-08-111-0/+68
* meson: Build with Python 3Mathieu Bridon2018-08-103-7/+7
* python: Fix inequality comparisonsMathieu Bridon2018-08-101-0/+6
* mesa/st: ETC2 now uses R8G8B8A8_SRGB as fallbackGert Wollny2018-08-101-1/+1
* python: Explicitly use a listMathieu Bridon2018-08-091-2/+2