summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-03-01st/egl: Move the copy context to the native display structureThomas Hellstrom9-20/+39
2011-03-01Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."Kenneth Graunke1-1/+1
2011-03-01st/dri: one more missing array sizeDave Airlie1-0/+1
2011-03-01st/dri: fix missing array size init.Dave Airlie1-0/+1
2011-03-01egl/st: add array size initialisorDave Airlie1-0/+1
2011-03-01r600g: add NV_conditional_render support.Dave Airlie7-27/+117
2011-03-01r600g: start using drm minor version to enable things.Dave Airlie10-19/+87
2011-03-01r300g: fix RGTC2_SNORMMarek Olšák2-1/+4
2011-03-01r300g: reorder parts of translate_texformatMarek Olšák1-14/+14
2011-02-28r600g: truncate point sampled texture coordinatesAlex Deucher2-1/+14
2011-03-01i965: bump VS thread number to 60 on SNBZou Nan hai2-2/+11
2011-03-01r300g: fix RGTC1_UNORM and RGTC2_UNORMMarek Olšák2-10/+27
2011-03-01rgtc: shared the compressor code between signed/unsignedDave Airlie2-696/+403
2011-02-28vbo: silence unused var warningBrian Paul1-0/+1
2011-02-28softpipe: remove redundant draw_flush() callBrian Paul1-2/+0
2011-02-28draw: setup pipe's draw pointer for the aapoint stageBrian Paul1-0/+2
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul29-391/+488
2011-02-28mesa: always generate error in glColorTableParameter[fi]v()Brian Paul1-23/+6
2011-02-28mesa: remove GL_SGI_texture_color_table supportBrian Paul9-154/+1
2011-02-28svga: add assertions in svga_shader_type()Brian Paul1-2/+5
2011-02-28mesa: consolidate framebuffer target lookup codeBrian Paul1-89/+33
2011-02-28mesa: remove some old do-nothing codeBrian Paul1-3/+0
2011-02-28mesa: reduce calls to _mesa_test_framebuffer_completeness()Brian Paul1-1/+1
2011-02-28mesa: reduce calls to _mesa_test_framebuffer_completeness()Brian Paul1-2/+6
2011-02-28mesa: s/mesaFormat/attFormat/Brian Paul1-4/+4
2011-03-01r300g: set the correct HiZ clear valueMarek Olšák4-3/+12
2011-03-01r300g: update derived state before uploading vertex buffersMarek Olšák1-2/+2
2011-03-01u_vbuf_mgr: compute user buffer size for instance data from instance_countMarek Olšák1-3/+7
2011-03-01r300g: fix printing whether Z compression is enabledMarek Olšák1-1/+2
2011-03-01r300g: disable HiZ permanently if the the depth function is invertedMarek Olšák3-73/+94
2011-03-01r300g: fix HiZ memory size computation and deciding when to use HiZMarek Olšák10-258/+148
2011-02-28r600g: add missing evergreen INT_TO_FLT to r600_bc_get_num_operandsAlex Deucher1-0/+1
2011-03-01rgtc: fix void pointer arith.Dave Airlie1-2/+2
2011-02-28glsl: Enable GL_OES_texture_3D extension for ES2.Kenneth Graunke8-4/+40
2011-02-28glsl: Use reralloc instead of plain realloc.Kenneth Graunke1-5/+3
2011-02-28r600g: indentation fixesJerome Glisse6-66/+65
2011-02-28r300g: initialize SC_SCREENDOORMarek Olšák2-2/+3
2011-02-28r300g: disable hyper-z on rs6xx+Marek Olšák1-6/+0
2011-02-27mesa: Add texcompress_rgtc.c to SConscript.Vinson Lee1-0/+1
2011-02-28mesa/st: add RGTC format support.Dave Airlie2-0/+33
2011-02-28swrast: add RGTC supportDave Airlie2-0/+20
2011-02-28mesa: Add RGTC texture store/fetch support.Dave Airlie8-3/+1287
2011-02-28mesa: make_float_temp_image non-staticDave Airlie2-23/+32
2011-02-28rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.Dave Airlie2-0/+10
2011-02-28r300g: force swizzles for RGTCDave Airlie1-0/+5
2011-02-28r600g: implement instanced drawing supportChristian König6-103/+191
2011-02-28st/mesa & v_bug_mgr: two small instanced drawing fixesChristian König2-1/+6
2011-02-28Revert "r600g: Don't negate result of ABS instruction"Dave Airlie1-2/+0
2011-02-28r600g: Process TRUNC with tgis_op2Fabian Bieler1-2/+2
2011-02-28r600g: Don't negate result of ABS instructionFabian Bieler1-0/+2