| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | intel: Add couple of missing gen6 commands to decode | Chris Wilson | 2011-03-04 | 1 | -0/+2 |
* | i965: Prevent using a zero sized (or of unknown type) vertex array | Chris Wilson | 2011-03-04 | 1 | -5/+6 |
* | scons: More tweaks to fix MinGW build. | José Fonseca | 2011-03-03 | 1 | -1/+1 |
* | scons: Ensure generated headers are in the include path. | José Fonseca | 2011-03-03 | 1 | -0/+4 |
* | i965: SNB GT1 has only 32k urb and max 128 urb entries. | Zou Nan hai | 2011-03-03 | 2 | -4/+19 |
* | mesa: added gl_program_constants::MaxAddressOffset | Brian Paul | 2011-03-02 | 4 | -2/+7 |
* | mesa: increase INST_INDEX_BITS to 12 | Brian Paul | 2011-03-02 | 1 | -1/+1 |
* | Revert "mesa: reduce calls to _mesa_test_framebuffer_completeness()" | Brian Paul | 2011-03-02 | 1 | -1/+1 |
* | vbo: fix error parameter | Brian Paul | 2011-03-02 | 1 | -1/+1 |
* | i965: Maxinum the usage of urb space on SNB. | Zou Nan hai | 2011-03-02 | 1 | -10/+6 |
* | mesa/st: fix softpipe npot compressed mipmaps. | Dave Airlie | 2011-03-02 | 1 | -2/+2 |
* | mesa/st: fix generate mipmap for signed compressed formats. | Dave Airlie | 2011-03-02 | 1 | -32/+63 |
* | rgtc: remove GL types from this file. | Dave Airlie | 2011-03-02 | 1 | -10/+10 |
* | rgtc: move the texel fetch into common unsigned/signed code. | Dave Airlie | 2011-03-02 | 2 | -65/+41 |
* | rgtc: fix issues with compressor and signed types. | Dave Airlie | 2011-03-02 | 2 | -10/+23 |
* | rgtc: don't try to access off the end of the block. | Dave Airlie | 2011-03-02 | 1 | -2/+2 |
* | rgtc: move to using ubyte for fetch instead of chan + fix limit | Dave Airlie | 2011-03-02 | 1 | -13/+13 |
* | st/mesa: use RGTC for GL_COMPRESSED_RED/RG if possible | Marek Olšák | 2011-03-02 | 1 | -2/+8 |
* | vbo: add vbo_always_unmap_buffers() | Brian Paul | 2011-03-01 | 3 | -1/+22 |
* | vbo: generate GL_INVALID_VALUE for bad glVertexAttrib index | Brian Paul | 2011-03-01 | 3 | -26/+26 |
* | mesa: Revert most of 3158cc7d because it causes other breakage | Ian Romanick | 2011-03-01 | 1 | -9/+4 |
* | scons: Use Flex and Bison to generate lexer/parser files. | Kenneth Graunke | 2011-03-01 | 1 | -2/+6 |
* | rgtc: fix fetch function limits for signed types | Dave Airlie | 2011-03-02 | 1 | -2/+2 |
* | rgtc: fixup mipmap generation | Dave Airlie | 2011-03-02 | 1 | -2/+7 |
* | swrast/rgtc: fix rendering issues introduced when fix constants | Dave Airlie | 2011-03-02 | 1 | -1/+1 |
* | mesa: Fix build breakage caused by c73e6ce | Ian Romanick | 2011-03-01 | 3 | -11/+16 |
* | Add generated parser / lexer files to gitignore lists | Ian Romanick | 2011-03-01 | 1 | -0/+3 |
* | mesa: Remove files generated by flex and bison from GIT | Ian Romanick | 2011-03-01 | 3 | -9620/+0 |
* | st/mesa: probably handle instanced drawing | Christian König | 2011-03-01 | 1 | -12/+23 |
* | intel: Support glCopyTexImage() from ARGB8888 to XRGB8888. | Kenneth Graunke | 2011-03-01 | 1 | -2/+11 |
* | i965: Use negative relocation deltas to minimse vertex uploads | Chris Wilson | 2011-03-01 | 4 | -8/+27 |
* | i965: Undo 'continuation of vb packets' | Chris Wilson | 2011-03-01 | 1 | -1/+1 |
* | i965: Fix uploading of shortened vertex packets | Chris Wilson | 2011-03-01 | 1 | -12/+13 |
* | i965: Upload all vertices used | Chris Wilson | 2011-03-01 | 2 | -31/+38 |
* | Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge." | Kenneth Graunke | 2011-03-01 | 1 | -1/+1 |
* | i965: bump VS thread number to 60 on SNB | Zou Nan hai | 2011-03-01 | 2 | -2/+11 |
* | rgtc: shared the compressor code between signed/unsigned | Dave Airlie | 2011-03-01 | 2 | -696/+403 |
* | vbo: silence unused var warning | Brian Paul | 2011-02-28 | 1 | -0/+1 |
* | mesa: move PBO-related functions into a new file | Brian Paul | 2011-02-28 | 29 | -391/+488 |
* | mesa: always generate error in glColorTableParameter[fi]v() | Brian Paul | 2011-02-28 | 1 | -23/+6 |
* | mesa: remove GL_SGI_texture_color_table support | Brian Paul | 2011-02-28 | 9 | -154/+1 |
* | mesa: consolidate framebuffer target lookup code | Brian Paul | 2011-02-28 | 1 | -89/+33 |
* | mesa: remove some old do-nothing code | Brian Paul | 2011-02-28 | 1 | -3/+0 |
* | mesa: reduce calls to _mesa_test_framebuffer_completeness() | Brian Paul | 2011-02-28 | 1 | -1/+1 |
* | mesa: reduce calls to _mesa_test_framebuffer_completeness() | Brian Paul | 2011-02-28 | 1 | -2/+6 |
* | mesa: s/mesaFormat/attFormat/ | Brian Paul | 2011-02-28 | 1 | -4/+4 |
* | rgtc: fix void pointer arith. | Dave Airlie | 2011-03-01 | 1 | -2/+2 |
* | glsl: Enable GL_OES_texture_3D extension for ES2. | Kenneth Graunke | 2011-02-28 | 1 | -2/+1 |
* | mesa: Add texcompress_rgtc.c to SConscript. | Vinson Lee | 2011-02-27 | 1 | -0/+1 |
* | mesa/st: add RGTC format support. | Dave Airlie | 2011-02-28 | 2 | -0/+33 |