summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: add release notes for 11.0.3Emil Velikov2015-10-101-0/+184
* i965/gen8: Remove gen<8 checks in gen8 codeChad Versace2015-10-091-4/+4
* i965/gen9: Enable rep clears on gen9Chad Versace2015-10-092-1/+6
* i965/gen9: Disable MCS for 1x color surfacesChad Versace2015-10-091-0/+8
* tgsi: (trivial) kill c99-ism.Roland Scheidegger2015-10-091-2/+3
* program: remove _mesa_init_*_program wrappersMarek Olšák2015-10-0910-184/+50
* program: remove other unused functionsMarek Olšák2015-10-092-143/+0
* program: remove unused cloning and combining functionsMarek Olšák2015-10-092-294/+0
* program: remove unused function _mesa_find_line_columnMarek Olšák2015-10-092-48/+0
* st/mesa: release the glsl_to_tgsi visitor after translationMarek Olšák2015-10-091-2/+17
* st/mesa: translate tessellation shaders into TGSI when we get themMarek Olšák2015-10-093-36/+64
* st/mesa: translate geometry shaders into TGSI when we get themMarek Olšák2015-10-093-15/+30
* st/mesa: translate fragment shaders into TGSI when we get themMarek Olšák2015-10-094-37/+55
* st/mesa: translate vertex shaders into TGSI when we get themMarek Olšák2015-10-093-36/+44
* st/mesa: fix glDrawPixels with a textureMarek Olšák2015-10-095-29/+111
* st/mesa: implement DrawPixels shader transformation using tgsi_transform_shaderMarek Olšák2015-10-0910-504/+303
* st/mesa: make Z/S drawpix shaders independent of variants, don't use Mesa IR v2Marek Olšák2015-10-095-136/+60
* st/mesa: implement glBitmap shader transformation using tgsi_transform_shaderMarek Olšák2015-10-097-244/+202
* st/mesa: remove old emulation for VS and FS variantsMarek Olšák2015-10-095-107/+17
* st/mesa: use TGSI utility to emulate features for FS variantsMarek Olšák2015-10-091-6/+21
* st/mesa: use TGSI utility to emulate features for VS variantsMarek Olšák2015-10-091-12/+29
* st/mesa: decrease the size of st_vertex_programMarek Olšák2015-10-092-51/+48
* st/mesa: inline st_prepare_vertex_programMarek Olšák2015-10-092-40/+11
* tgsi/scan: add info about declared samplers (v2)Marek Olšák2015-10-092-0/+3
* tgsi: add a utility for emulating some GL featuresMarek Olšák2015-10-093-0/+208
* mesa: call ProgramStringNotify for fixed-function vertex programsMarek Olšák2015-10-091-2/+1
* glsl: move shader_enums into nirRob Clark2015-10-0911-13/+11
* mesa: Get rid of texture-dependent image unit derived state.Francisco Jerez2015-10-094-33/+0
* i965: Use _mesa_is_image_unit_valid() instead of gl_image_unit::_Valid.Francisco Jerez2015-10-093-6/+10
* mesa: Skip redundant texture completeness checking during image validation.Francisco Jerez2015-10-091-1/+2
* mesa: Expose function to calculate whether a shader image unit is valid.Francisco Jerez2015-10-092-4/+15
* i965: Don't tell the hardware about our UAV access.Francisco Jerez2015-10-096-19/+41
* nir/instr_set: remove unnecessary check in nir_instrs_equal()Connor Abbott2015-10-091-2/+1
* nir: make nir_instrs_equal() staticConnor Abbott2015-10-092-3/+1
* nir/cse: use the instruction set APIConnor Abbott2015-10-091-115/+23
* nir: add an instruction set APIConnor Abbott2015-10-092-0/+349
* nir: constify instruction comparison functionsConnor Abbott2015-10-092-4/+4
* nir: constify nir_ssa_alu_instr_src_components()Connor Abbott2015-10-091-1/+1
* nir: split out instruction comparison functionsConnor Abbott2015-10-095-181/+237
* i965/fs: Handle non-const sample number in interpolateAtSampleNeil Roberts2015-10-094-43/+130
* i965: Add a second successor to BRW_OPCODE_WHILENeil Roberts2015-10-091-0/+4
* nir: Add a function to determine if a source is dynamically uniformNeil Roberts2015-10-092-0/+30
* nvc0: move HW SM queries to nvc0_query_hw_sm.c/h filesSamuel Pitoiset2015-10-098-796/+908
* nvc0: move HW queries to nvc0_query_hw.c/h filesSamuel Pitoiset2015-10-098-1215/+1310
* nvc0: move SW queries to nvc0_query_sw.c/h filesSamuel Pitoiset2015-10-095-84/+204
* nvc0: move nvc0_so_target_save_offset() to its correct locationSamuel Pitoiset2015-10-093-24/+19
* nvc0: add a header file for nvc0_querySamuel Pitoiset2015-10-097-189/+202
* main: fix length of values written to glGetProgramResourceiv() for ACTIVE_VAR...Samuel Iglesias Gonsalvez2015-10-091-4/+10
* main: buffer array variables can have array size of 0 if they are unsizedSamuel Iglesias Gonsalvez2015-10-091-1/+8
* main: consider that unsized arrays have at least one active elementSamuel Iglesias Gonsalvez2015-10-091-1/+7