summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-12scons: Don't use gstabs on mingw-64.José Fonseca1-3/+5
2011-09-12st/mesa: clamp Max program param limitsMarek Olšák1-2/+2
2011-09-11pb_buffer: inline 'base' sub-structMarek Olšák13-106/+102
2011-09-11r300g: handle the new CAPsMarek Olšák1-0/+2
2011-09-10tgsi: fix typo in commit 324ac982d8e7Emil Velikov1-1/+1
2011-09-10nouveau: Add support for XvMC accelerationMaarten Lankhorst6-7/+1328
2011-09-10glsl_to_tgsi: use UARL instead of I2F and ARLBryan Cain1-10/+6
2011-09-10gallium: add TGSI opcodes UARL and UCMPBryan Cain4-1/+56
2011-09-10mesa: fix more valgrind warningsMarek Olšák1-2/+4
2011-09-10draw/llvm: combine draw_llvm_generate() and draw_llvm_generate_elts()Brian Paul1-273/+97
2011-09-10r300/compiler: Implement ROUNDTom Stellard4-1/+56
2011-09-10mesa: fix a valgrind warningMarek Olšák1-1/+1
2011-09-10st/dri: remove the call to driInitExtensionsMarek Olšák1-20/+0
2011-09-10r600g: fix shadow rect samplersMarek Olšák1-3/+6
2011-09-10r600g: use SAMPLE_LB for OPCODE_TXBMarek Olšák1-3/+6
2011-09-10r600g: enable texture arraysMarek Olšák1-3/+3
2011-09-10r600g: add support for shadow array samplersMarek Olšák2-19/+57
2011-09-10r600g: implement texture arrays for evergreenMarek Olšák1-5/+18
2011-09-10r600g: always decompress all mipmaps and layers, slices, or faces of zbuffersMarek Olšák2-28/+49
2011-09-10r600g: fix texture array filteringMarek Olšák3-74/+113
2011-09-10glsl_to_tgsi: fix shadow2DArray comparisonMarek Olšák1-3/+14
2011-09-10ir_to_mesa: fix shadow2DArray comparisonMarek Olšák1-3/+14
2011-09-10u_blitter: add texture array supportMarek Olšák1-11/+41
2011-09-10st/mesa: convert shadow array samplers to TGSIMarek Olšák1-0/+2
2011-09-10gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák8-9/+70
2011-09-10gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák9-13/+15
2011-09-09dri: Remove all extension enabling utility functionsIan Romanick4-148/+0
2011-09-09swrast-dri: Remove call to driInitExtensionsIan Romanick1-2/+0
2011-09-09radeon: Enable extensions by just setting the flagsIan Romanick1-59/+39
2011-09-09r600: Enable extensions by just setting the flagsIan Romanick1-105/+61
2011-09-09r300: Enable extensions by just setting the flagsIan Romanick1-100/+62
2011-09-09r200: Enable extensions by just setting the flagsIan Romanick1-107/+63
2011-09-09nouveau: Enable extensions by just setting the flagsIan Romanick3-43/+28
2011-09-09intel: Move S3TC extension enable bits to intel_extensions.cIan Romanick2-7/+8
2011-09-09intel: Enable extensions by just setting the flagsIan Romanick1-191/+98
2011-09-09llvmpipe: add some null pointer checksBrian Paul2-1/+35
2011-09-09nvprogram: Silence "warning: unused parameter ‘ctx’"Ian Romanick3-3/+3
2011-09-09swrast: Silence many "warning: unused parameter ‘ctx’"Ian Romanick1-0/+7
2011-09-09tnl_dd: Silence "tnl_dd/t_dd_tritmp.h:292:3: warning: suggest braces around e...Ian Romanick1-1/+2
2011-09-09spantmp2: Silence many "warning: unused parameter ‘ctx’"Ian Romanick1-0/+20
2011-09-09mesa: Silence "main/teximage.h:148:72: warning: unused parameter ‘texObj’"Ian Romanick1-0/+1
2011-09-09swrast-dri: Silence several "warning: unused parameter"Ian Romanick1-0/+14
2011-09-09dri: Silence several "warning: unused parameter"Ian Romanick1-0/+8
2011-09-09dri_util: Silence several "warning: unused parameter"Ian Romanick1-1/+11
2011-09-09intel: Silence "intel/intel_fbo.h:105:4: warning: comparison of unsigned expr...Ian Romanick1-3/+3
2011-09-09intel: Silence several "warning: unused parameter"Ian Romanick1-0/+2
2011-09-09intel: Silence several "warning: unused parameter"Ian Romanick1-13/+4
2011-09-09intel: Silence "warning: unused parameter ‘depth0’"Ian Romanick3-7/+4
2011-09-09intel: Silence "warning: unused parameter ‘target’"Ian Romanick3-13/+5
2011-09-09intel: Silence several "warning: unused parameter"Ian Romanick6-53/+30