summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium: add RGTC UNORM support to u_format.Dave Airlie2011-03-026-2/+575
* rgtc: remove GL types from this file.Dave Airlie2011-03-021-10/+10
* rgtc: move the texel fetch into common unsigned/signed code.Dave Airlie2011-03-022-65/+41
* rgtc: fix issues with compressor and signed types.Dave Airlie2011-03-022-10/+23
* rgtc: don't try to access off the end of the block.Dave Airlie2011-03-021-2/+2
* rgtc: move to using ubyte for fetch instead of chan + fix limitDave Airlie2011-03-021-13/+13
* st/mesa: use RGTC for GL_COMPRESSED_RED/RG if possibleMarek Olšák2011-03-021-2/+8
* svga: reduce MAX_DMA_SIZE to 4MBBrian Paul2011-03-011-1/+1
* vbo: add vbo_always_unmap_buffers()Brian Paul2011-03-013-1/+22
* vbo: generate GL_INVALID_VALUE for bad glVertexAttrib indexBrian Paul2011-03-013-26/+26
* i915g: remove extra semicolonBrian Paul2011-03-011-1/+1
* mesa: Revert most of 3158cc7d because it causes other breakageIan Romanick2011-03-011-9/+4
* r300g: accelerate resoure_copy_region for rgtcMarek Olšák2011-03-021-1/+2
* scons: Use Flex and Bison to generate lexer/parser files.Kenneth Graunke2011-03-012-6/+21
* glsl: Rename .lpp to .ll and .ypp to .yy.Kenneth Graunke2011-03-013-2/+2
* rgtc: fix fetch function limits for signed typesDave Airlie2011-03-021-2/+2
* rgtc: fixup mipmap generationDave Airlie2011-03-021-2/+7
* swrast/rgtc: fix rendering issues introduced when fix constantsDave Airlie2011-03-021-1/+1
* r600g: change the cross over point for 2d->1dDave Airlie2011-03-021-1/+1
* mesa: Fix build breakage caused by c73e6ceIan Romanick2011-03-013-11/+16
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-0121-23/+622
* Add generated parser / lexer files to gitignore listsIan Romanick2011-03-013-0/+9
* 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