summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove files generated by flex and bison from GITIan Romanick2011-03-013-9620/+0
* glcpp: Remove files generated by flex and bison from GITIan Romanick2011-03-013-7003/+0
* glsl: Remove files generated by flex and bison from GITIan Romanick2011-03-013-9482/+0
* i915g: kill relocs accoutingDaniel Vetter2011-03-0110-36/+20
* i915g: switch to the exact batch space reservation codeDaniel Vetter2011-03-011-18/+5
* i915g: split up hw state emission into small atomsDaniel Vetter2011-03-012-275/+309
* st/mesa: probably handle instanced drawingChristian König2011-03-011-12/+23
* i915g: fix i915_winsys_batchbuffer_writeDaniel Vetter2011-03-011-1/+1
* intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.Kenneth Graunke2011-03-011-2/+11
* r300g: initialize some r500 PS3 regsMarek Olšák2011-03-013-5/+18
* r300g: document some more DRM 2.8.0 featuresMarek Olšák2011-03-011-1/+1
* i965: Use negative relocation deltas to minimse vertex uploadsChris Wilson2011-03-014-8/+27
* i965: Undo 'continuation of vb packets'Chris Wilson2011-03-011-1/+1
* i965: Fix uploading of shortened vertex packetsChris Wilson2011-03-011-12/+13
* i965: Upload all vertices usedChris Wilson2011-03-012-31/+38
* st/egl: Implement swapbuffer throttlingThomas Hellstrom2011-03-013-4/+141
* st/egl/drm: Rework swapbuffersThomas Hellstrom2011-03-012-7/+32
* st/egl: Add a helper to perform a copy swap on a resource surfaceThomas Hellstrom2011-03-012-0/+45
* st/egl: Move the copy context to the native display structureThomas Hellstrom2011-03-019-20/+39
* Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."Kenneth Graunke2011-03-011-1/+1
* st/dri: one more missing array sizeDave Airlie2011-03-011-0/+1
* st/dri: fix missing array size init.Dave Airlie2011-03-011-0/+1
* egl/st: add array size initialisorDave Airlie2011-03-011-0/+1
* r600g: add NV_conditional_render support.Dave Airlie2011-03-017-27/+117
* r600g: start using drm minor version to enable things.Dave Airlie2011-03-0110-19/+87
* r300g: fix RGTC2_SNORMMarek Olšák2011-03-012-1/+4
* r300g: reorder parts of translate_texformatMarek Olšák2011-03-011-14/+14
* r600g: truncate point sampled texture coordinatesAlex Deucher2011-02-282-1/+14
* i965: bump VS thread number to 60 on SNBZou Nan hai2011-03-012-2/+11
* r300g: fix RGTC1_UNORM and RGTC2_UNORMMarek Olšák2011-03-012-10/+27
* rgtc: shared the compressor code between signed/unsignedDave Airlie2011-03-012-696/+403
* vbo: silence unused var warningBrian Paul2011-02-281-0/+1
* softpipe: remove redundant draw_flush() callBrian Paul2011-02-281-2/+0
* draw: setup pipe's draw pointer for the aapoint stageBrian Paul2011-02-281-0/+2
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-2829-391/+488
* mesa: always generate error in glColorTableParameter[fi]v()Brian Paul2011-02-281-23/+6
* mesa: remove GL_SGI_texture_color_table supportBrian Paul2011-02-289-154/+1
* svga: add assertions in svga_shader_type()Brian Paul2011-02-281-2/+5
* mesa: consolidate framebuffer target lookup codeBrian Paul2011-02-281-89/+33
* mesa: remove some old do-nothing codeBrian Paul2011-02-281-3/+0
* mesa: reduce calls to _mesa_test_framebuffer_completeness()Brian Paul2011-02-281-1/+1
* mesa: reduce calls to _mesa_test_framebuffer_completeness()Brian Paul2011-02-281-2/+6
* mesa: s/mesaFormat/attFormat/Brian Paul2011-02-281-4/+4
* r300g: set the correct HiZ clear valueMarek Olšák2011-03-014-3/+12
* r300g: update derived state before uploading vertex buffersMarek Olšák2011-03-011-2/+2
* u_vbuf_mgr: compute user buffer size for instance data from instance_countMarek Olšák2011-03-011-3/+7
* r300g: fix printing whether Z compression is enabledMarek Olšák2011-03-011-1/+2
* r300g: disable HiZ permanently if the the depth function is invertedMarek Olšák2011-03-013-73/+94
* r300g: fix HiZ memory size computation and deciding when to use HiZMarek Olšák2011-03-0110-258/+148
* r600g: add missing evergreen INT_TO_FLT to r600_bc_get_num_operandsAlex Deucher2011-02-281-0/+1