summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* draw/llvm: combine draw_llvm_generate() and draw_llvm_generate_elts()Brian Paul2011-09-101-273/+97
* r300/compiler: Implement ROUNDTom Stellard2011-09-104-1/+56
* mesa: fix a valgrind warningMarek Olšák2011-09-101-1/+1
* st/dri: remove the call to driInitExtensionsMarek Olšák2011-09-101-20/+0
* r600g: fix shadow rect samplersMarek Olšák2011-09-101-3/+6
* r600g: use SAMPLE_LB for OPCODE_TXBMarek Olšák2011-09-101-3/+6
* r600g: enable texture arraysMarek Olšák2011-09-101-3/+3
* r600g: add support for shadow array samplersMarek Olšák2011-09-102-19/+57
* r600g: implement texture arrays for evergreenMarek Olšák2011-09-101-5/+18
* r600g: always decompress all mipmaps and layers, slices, or faces of zbuffersMarek Olšák2011-09-102-28/+49
* r600g: fix texture array filteringMarek Olšák2011-09-103-74/+113
* glsl_to_tgsi: fix shadow2DArray comparisonMarek Olšák2011-09-101-3/+14
* ir_to_mesa: fix shadow2DArray comparisonMarek Olšák2011-09-101-3/+14
* u_blitter: add texture array supportMarek Olšák2011-09-101-11/+41
* st/mesa: convert shadow array samplers to TGSIMarek Olšák2011-09-101-0/+2
* gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák2011-09-108-9/+70
* gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák2011-09-109-13/+15
* dri: Remove all extension enabling utility functionsIan Romanick2011-09-094-148/+0
* swrast-dri: Remove call to driInitExtensionsIan Romanick2011-09-091-2/+0
* radeon: Enable extensions by just setting the flagsIan Romanick2011-09-091-59/+39
* r600: Enable extensions by just setting the flagsIan Romanick2011-09-091-105/+61
* r300: Enable extensions by just setting the flagsIan Romanick2011-09-091-100/+62
* r200: Enable extensions by just setting the flagsIan Romanick2011-09-091-107/+63
* nouveau: Enable extensions by just setting the flagsIan Romanick2011-09-093-43/+28
* intel: Move S3TC extension enable bits to intel_extensions.cIan Romanick2011-09-092-7/+8
* intel: Enable extensions by just setting the flagsIan Romanick2011-09-091-191/+98
* llvmpipe: add some null pointer checksBrian Paul2011-09-092-1/+35
* nvprogram: Silence "warning: unused parameter ‘ctx’"Ian Romanick2011-09-093-3/+3
* swrast: Silence many "warning: unused parameter ‘ctx’"Ian Romanick2011-09-091-0/+7
* tnl_dd: Silence "tnl_dd/t_dd_tritmp.h:292:3: warning: suggest braces around e...Ian Romanick2011-09-091-1/+2
* spantmp2: Silence many "warning: unused parameter ‘ctx’"Ian Romanick2011-09-091-0/+20
* mesa: Silence "main/teximage.h:148:72: warning: unused parameter ‘texObj’"Ian Romanick2011-09-091-0/+1
* swrast-dri: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+14
* dri: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+8
* dri_util: Silence several "warning: unused parameter"Ian Romanick2011-09-091-1/+11
* intel: Silence "intel/intel_fbo.h:105:4: warning: comparison of unsigned expr...Ian Romanick2011-09-091-3/+3
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+2
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-13/+4
* intel: Silence "warning: unused parameter ‘depth0’"Ian Romanick2011-09-093-7/+4
* intel: Silence "warning: unused parameter ‘target’"Ian Romanick2011-09-093-13/+5
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-096-53/+30
* intel: Silence "warning: unused parameter ‘fb’"Ian Romanick2011-09-094-7/+7
* intel: Silence "warning: unused parameter ‘intel’"Ian Romanick2011-09-093-11/+7
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-22/+38
* intel: Silence many "intel_batchbuffer.h:97:39: warning: comparison between s...Ian Romanick2011-09-091-2/+3
* glsl: Silence "ast_to_hir.cpp:1984:25: warning: comparison of unsigned expres...Ian Romanick2011-09-091-1/+1
* glsl: Silence several "warning: unused parameter"Ian Romanick2011-09-098-0/+16
* nouveau: remove target parameter from nouveau_bufferobj_map_range()Brian Paul2011-09-091-1/+1
* st/mesa: init program MaxLocalParams, MaxEnvParams limitsBrian Paul2011-09-091-0/+6
* d3d1x: fix a build errorChia-I Wu2011-09-091-3/+4