summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "mesa: Deal with size differences between GLuint and GLhandleARB in Ge...Jeremy Huddleston Sequoia2016-01-221-17/+1
* i965/fs: Remove unused count from vs urb setupBen Widawsky2016-01-221-6/+0
* Revert "radeonsi: fix discard-only fragment shaders (v2)"Nicolai Hähnle2016-01-221-4/+0
* radeonsi: fix discard-only fragment shaders (v2)Nicolai Hähnle2016-01-221-0/+4
* mesa: Update _mesa_has_geometry_shadersMarta Lofstedt2016-01-221-1/+2
* glsl: add support for GL_OES_geometry_shaderMarta Lofstedt2016-01-224-14/+23
* mesa: enable enums for OES_geometry_shaderMarta Lofstedt2016-01-222-30/+86
* glapi: add GL_OES_geometry_shader extensionMarta Lofstedt2016-01-225-3/+50
* docs: correct 11.1.1 release yearEmil Velikov2016-01-221-1/+1
* docs: add news item and link release notes for 11.0.9Emil Velikov2016-01-222-0/+11
* docs: add sha256 checksums for 11.0.9Emil Velikov2016-01-221-1/+2
* docs: add release notes for 11.0.9Emil Velikov2016-01-221-0/+126
* radeonsi: add ETC2 support for StoneyMarek Olšák2016-01-222-10/+38
* radeonsi: implement SAMPLEPOS system value without a constant buffer loadMarek Olšák2016-01-221-2/+13
* winsys/amdgpu: compute num_good_compute_units correctlyMarek Olšák2016-01-221-10/+5
* gallium/radeon: rename max_compute_units -> num_good_compute_unitsMarek Olšák2016-01-226-11/+11
* radeonsi: disable SPI color outputs the shader doesn't writeMarek Olšák2016-01-222-0/+16
* radeonsi: use all SPI color formatsMarek Olšák2016-01-226-58/+195
* radeonsi: use 32_AR for alpha-to-coverage without a color bufferMarek Olšák2016-01-221-1/+1
* radeonsi: add shader conversion code for all SPI color formatsMarek Olšák2016-01-222-14/+140
* radeonsi: set CB_SHADER_MASK according to SPI color formatsMarek Olšák2016-01-221-16/+35
* radeonsi: use SPI_SHADER_COL_FORMAT fields instead of export_16bpcMarek Olšák2016-01-227-38/+91
* radeonsi: don't enable blending if colormask == 0Marek Olšák2016-01-221-0/+3
* glsl: always compute proper varying type, irrespective of varying packingIlia Mirkin2016-01-221-8/+5
* egl/dri2: expose srgb configs when KHR_gl_colorspace is availableEmil Velikov2016-01-221-0/+2
* targets/dri: android: use WHOLE static librariesEmil Velikov2016-01-221-1/+3
* i915: correctly parse/set the context flagsEmil Velikov2016-01-221-0/+2
* glsl/lower_instructions: fix regression in dldexp_to_arithIago Toral Quiroga2016-01-221-2/+2
* i965/vec4/tcs: Return NULL instead of false in brw_compile_tcs()Eduardo Lima Mitev2016-01-211-1/+1
* freedreno/a4xx: Add support for adreno 430cstout2016-01-211-0/+1
* freedreno: make opc array static constChristian Gmeiner2016-01-211-1/+1
* freedreno: implement emit_string_markerRob Clark2016-01-212-1/+28
* gallium: add GREMEDY_string_markerRob Clark2016-01-2120-0/+38
* mesa: wire up EmitStringMarker for KHR_debugRob Clark2016-01-211-0/+7
* mesa: add GREMEDY_string_markerRob Clark2016-01-219-0/+49
* texobj: Remove redundant checks that the texture cube faces match sizeNeil Roberts2016-01-211-10/+0
* texobj: Fix the completeness checks for cube texturesNeil Roberts2016-01-211-1/+11
* r600g: don't leak driver const buffersGrazvydas Ignotas2016-01-211-0/+6
* mesa: Deal with size differences between GLuint and GLhandleARB in GetAttache...Jeremy Huddleston Sequoia2016-01-211-1/+17
* mesa: Fix format warningsJeremy Huddleston Sequoia2016-01-211-1/+1
* mesa: Fix some function prototype mismatchingJeremy Huddleston Sequoia2016-01-214-27/+26
* glapi: Build glapi_gentable.c only on DarwinAndreas Boll2016-01-213-4/+18
* mesa: Reduce libGL.so binary size by about 15%Arlie Davis2016-01-211-16/+41
* nv50/ir: 64-bit splitting fixesIlia Mirkin2016-01-201-1/+2
* gk110/ir: allow carry to be set/read by imadIlia Mirkin2016-01-201-0/+4
* gm107/ir: add carry emission to LOP and IADDIlia Mirkin2016-01-201-0/+4
* gm107/ir: add ATOM and CCTL supportIlia Mirkin2016-01-201-0/+52
* gm107/ir: set LD/ST address width bitIlia Mirkin2016-01-201-0/+2
* gk110/ir: fix double-wide vm addressIlia Mirkin2016-01-201-0/+4
* gk110/ir: add OP_CCTL handlingIlia Mirkin2016-01-201-0/+35