summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Fix build breakage caused by c73e6ceIan Romanick2011-03-013-11/+16
* Add generated parser / lexer files to gitignore listsIan Romanick2011-03-011-0/+3
* mesa: Remove files generated by flex and bison from GITIan Romanick2011-03-013-9620/+0
* st/mesa: probably handle instanced drawingChristian König2011-03-011-12/+23
* intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.Kenneth Graunke2011-03-011-2/+11
* 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
* Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."Kenneth Graunke2011-03-011-1/+1
* i965: bump VS thread number to 60 on SNBZou Nan hai2011-03-012-2/+11
* rgtc: shared the compressor code between signed/unsignedDave Airlie2011-03-012-696/+403
* vbo: silence unused var warningBrian Paul2011-02-281-0/+1
* 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
* 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
* rgtc: fix void pointer arith.Dave Airlie2011-03-011-2/+2
* glsl: Enable GL_OES_texture_3D extension for ES2.Kenneth Graunke2011-02-281-2/+1
* mesa: Add texcompress_rgtc.c to SConscript.Vinson Lee2011-02-271-0/+1
* mesa/st: add RGTC format support.Dave Airlie2011-02-282-0/+33
* swrast: add RGTC supportDave Airlie2011-02-282-0/+20
* mesa: Add RGTC texture store/fetch support.Dave Airlie2011-02-288-3/+1287
* mesa: make_float_temp_image non-staticDave Airlie2011-02-282-23/+32
* st/mesa & v_bug_mgr: two small instanced drawing fixesChristian König2011-02-281-0/+2
* intel: Use the current context rather than last bound context for a drawable.Eric Anholt2011-02-261-1/+2
* i965/fs: Initial plumbing to support TXD.Kenneth Graunke2011-02-252-0/+14
* i965/fs: Complete TXL support on gen5+.Kenneth Graunke2011-02-251-0/+7
* i965/fs: Complete TXL support on gen4.Kenneth Graunke2011-02-251-0/+10
* i965/fs: Use a properly named constant in TXB handling.Kenneth Graunke2011-02-251-1/+1
* i965: Add #defines for gen4 SIMD8 TXB/TXL with shadow comparison.Kenneth Graunke2011-02-251-0/+2
* gallium/st: place value check before value is useJerome Glisse2011-02-251-1/+1
* i965: Increase Sandybridge point size clamp in the clip state.Kenneth Graunke2011-02-241-1/+1
* intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebufferNeil Roberts2011-02-243-22/+108
* i965: Remember to pack the constant blend color as floats into the batchChris Wilson2011-02-241-4/+4
* intel: Reset the buffer offset after releasing reference to packed uploadChris Wilson2011-02-242-58/+77
* i965: Unmap the correct pointer after discontiguous uploadChris Wilson2011-02-241-2/+3
* intel: Protect against waiting on a NULL render target boChris Wilson2011-02-241-1/+1
* st/mesa: treat 1D ARRAY upload like a depth or 2D array upload.Dave Airlie2011-02-241-0/+12
* intel: gen3 is particular sensitive to batch sizeChris Wilson2011-02-231-1/+1
* i915: And remember assign the new value to the state reg...Chris Wilson2011-02-231-0/+1
* st/mesa: fix computing the lowest address for interleaved attribsWiktor Janas2011-02-231-3/+6
* vbo: added vbo_check_buffers_are_unmapped() debug functionBrian Paul2011-02-222-0/+19