summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Import 7.10.1 release notes from 7.10 branchIan Romanick2011-03-021-0/+380
* docs: Import 7.9.2 release notes from 7.9 branchIan Romanick2011-03-021-0/+336
* egl_dri2 x11: Workaround device_name xcb-dri2 bugBenjamin Franzke2011-03-022-5/+16
* egl/wayland: build subdirs (wayland-drm) before dependBenjamin Franzke2011-03-021-1/+1
* r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák2011-03-0211-109/+66
* r300g: do not use ioctl thread offloading on single-core machinesMarek Olšák2011-03-023-1/+4
* mesa: added gl_program_constants::MaxAddressOffsetBrian Paul2011-03-024-2/+7
* mesa: increase INST_INDEX_BITS to 12Brian Paul2011-03-021-1/+1
* Revert "mesa: reduce calls to _mesa_test_framebuffer_completeness()"Brian Paul2011-03-021-1/+1
* vbo: fix error parameterBrian Paul2011-03-021-1/+1
* r300g: Silence 'control reaches end of non-void function' warning.Vinson Lee2011-03-021-0/+4
* gallium: Add u_format_rgtc.c to SConscript.Vinson Lee2011-03-011-0/+1
* i965: Maxinum the usage of urb space on SNB.Zou Nan hai2011-03-021-10/+6
* mesa/st: fix softpipe npot compressed mipmaps.Dave Airlie2011-03-021-2/+2
* softpipe: enable RGTC now that we have u_format support.Dave Airlie2011-03-021-5/+0
* mesa/st: fix generate mipmap for signed compressed formats.Dave Airlie2011-03-021-32/+63
* 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-0124-24/+729
* Generate lexer and parser files for tarball creation processIan Romanick2011-03-011-4/+10
* Add generated parser / lexer files to gitignore listsIan Romanick2011-03-013-0/+9
* mesa: Fix some quirkiness of make tarballsIan Romanick2011-03-011-29/+26
* mesa: Remove nonexistent files from distribution listIan Romanick2011-03-011-3/+1
* 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