summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-03-01i965: Upload all vertices usedChris Wilson
2011-03-01st/egl: Implement swapbuffer throttlingThomas Hellstrom
2011-03-01st/egl/drm: Rework swapbuffersThomas Hellstrom
2011-03-01st/egl: Add a helper to perform a copy swap on a resource surfaceThomas Hellstrom
2011-03-01st/egl: Move the copy context to the native display structureThomas Hellstrom
2011-03-01Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."Kenneth Graunke
2011-03-01st/dri: one more missing array sizeDave Airlie
2011-03-01st/dri: fix missing array size init.Dave Airlie
2011-03-01egl/st: add array size initialisorDave Airlie
2011-03-01r600g: add NV_conditional_render support.Dave Airlie
2011-03-01r600g: start using drm minor version to enable things.Dave Airlie
2011-03-01r300g: fix RGTC2_SNORMMarek Olšák
2011-03-01r300g: reorder parts of translate_texformatMarek Olšák
2011-02-28r600g: truncate point sampled texture coordinatesAlex Deucher
2011-03-01i965: bump VS thread number to 60 on SNBZou Nan hai
2011-03-01r300g: fix RGTC1_UNORM and RGTC2_UNORMMarek Olšák
2011-03-01rgtc: shared the compressor code between signed/unsignedDave Airlie
2011-02-28vbo: silence unused var warningBrian Paul
2011-02-28softpipe: remove redundant draw_flush() callBrian Paul
2011-02-28draw: setup pipe's draw pointer for the aapoint stageBrian Paul
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-02-28mesa: always generate error in glColorTableParameter[fi]v()Brian Paul
2011-02-28mesa: remove GL_SGI_texture_color_table supportBrian Paul
2011-02-28svga: add assertions in svga_shader_type()Brian Paul
2011-02-28mesa: consolidate framebuffer target lookup codeBrian Paul
2011-02-28mesa: remove some old do-nothing codeBrian Paul
2011-02-28mesa: reduce calls to _mesa_test_framebuffer_completeness()Brian Paul
2011-02-28mesa: reduce calls to _mesa_test_framebuffer_completeness()Brian Paul
2011-02-28mesa: s/mesaFormat/attFormat/Brian Paul
2011-03-01r300g: set the correct HiZ clear valueMarek Olšák
2011-03-01r300g: update derived state before uploading vertex buffersMarek Olšák
2011-03-01u_vbuf_mgr: compute user buffer size for instance data from instance_countMarek Olšák
2011-03-01r300g: fix printing whether Z compression is enabledMarek Olšák
2011-03-01r300g: disable HiZ permanently if the the depth function is invertedMarek Olšák
2011-03-01r300g: fix HiZ memory size computation and deciding when to use HiZMarek Olšák
2011-02-28r600g: add missing evergreen INT_TO_FLT to r600_bc_get_num_operandsAlex Deucher
2011-03-01rgtc: fix void pointer arith.Dave Airlie
2011-02-28glsl: Enable GL_OES_texture_3D extension for ES2.Kenneth Graunke
2011-02-28glsl: Use reralloc instead of plain realloc.Kenneth Graunke
2011-02-28r600g: indentation fixesJerome Glisse
2011-02-28r300g: initialize SC_SCREENDOORMarek Olšák
2011-02-28r300g: disable hyper-z on rs6xx+Marek Olšák
2011-02-27mesa: Add texcompress_rgtc.c to SConscript.Vinson Lee
2011-02-28mesa/st: add RGTC format support.Dave Airlie
2011-02-28swrast: add RGTC supportDave Airlie
2011-02-28mesa: Add RGTC texture store/fetch support.Dave Airlie
2011-02-28mesa: make_float_temp_image non-staticDave Airlie
2011-02-28rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.Dave Airlie
2011-02-28r300g: force swizzles for RGTCDave Airlie
2011-02-28r600g: implement instanced drawing supportChristian König