summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2011-03-01Add generated parser / lexer files to gitignore listsIan Romanick
2011-03-01mesa: Remove files generated by flex and bison from GITIan Romanick
2011-03-01st/mesa: probably handle instanced drawingChristian König
2011-03-01intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.Kenneth Graunke
2011-03-01i965: Use negative relocation deltas to minimse vertex uploadsChris Wilson
2011-03-01i965: Undo 'continuation of vb packets'Chris Wilson
2011-03-01i965: Fix uploading of shortened vertex packetsChris Wilson
2011-03-01i965: Upload all vertices usedChris Wilson
2011-03-01Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."Kenneth Graunke
2011-03-01i965: bump VS thread number to 60 on SNBZou Nan hai
2011-03-01rgtc: shared the compressor code between signed/unsignedDave Airlie
2011-02-28vbo: silence unused var warningBrian Paul
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-02-28mesa: always generate error in glColorTableParameter[fi]v()Brian Paul
2011-02-28mesa: remove GL_SGI_texture_color_table supportBrian Paul
2011-02-28mesa: consolidate framebuffer target lookup codeBrian Paul
2011-02-28mesa: remove some old do-nothing codeBrian Paul
2011-02-28mesa: reduce calls to _mesa_test_framebuffer_completeness()Brian Paul
2011-02-28mesa: reduce calls to _mesa_test_framebuffer_completeness()Brian Paul
2011-02-28mesa: s/mesaFormat/attFormat/Brian Paul
2011-03-01rgtc: fix void pointer arith.Dave Airlie
2011-02-28glsl: Enable GL_OES_texture_3D extension for ES2.Kenneth Graunke
2011-02-27mesa: Add texcompress_rgtc.c to SConscript.Vinson Lee
2011-02-28mesa/st: add RGTC format support.Dave Airlie
2011-02-28swrast: add RGTC supportDave Airlie
2011-02-28mesa: Add RGTC texture store/fetch support.Dave Airlie
2011-02-28mesa: make_float_temp_image non-staticDave Airlie
2011-02-28st/mesa & v_bug_mgr: two small instanced drawing fixesChristian König
2011-02-26intel: Use the current context rather than last bound context for a drawable.Eric Anholt
2011-02-25i965/fs: Initial plumbing to support TXD.Kenneth Graunke
2011-02-25i965/fs: Complete TXL support on gen5+.Kenneth Graunke
2011-02-25i965/fs: Complete TXL support on gen4.Kenneth Graunke
2011-02-25i965/fs: Use a properly named constant in TXB handling.Kenneth Graunke
2011-02-25i965: Add #defines for gen4 SIMD8 TXB/TXL with shadow comparison.Kenneth Graunke
2011-02-25gallium/st: place value check before value is useJerome Glisse
2011-02-24i965: Increase Sandybridge point size clamp in the clip state.Kenneth Graunke
2011-02-24intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebufferNeil Roberts
2011-02-24i965: Remember to pack the constant blend color as floats into the batchChris Wilson
2011-02-24intel: Reset the buffer offset after releasing reference to packed uploadChris Wilson
2011-02-24i965: Unmap the correct pointer after discontiguous uploadChris Wilson
2011-02-24intel: Protect against waiting on a NULL render target boChris Wilson
2011-02-24st/mesa: treat 1D ARRAY upload like a depth or 2D array upload.Dave Airlie
2011-02-23intel: gen3 is particular sensitive to batch sizeChris Wilson
2011-02-23i915: And remember assign the new value to the state reg...Chris Wilson
2011-02-23st/mesa: fix computing the lowest address for interleaved attribsWiktor Janas
2011-02-22vbo: added vbo_check_buffers_are_unmapped() debug functionBrian Paul
2011-02-22vbo: removed unused #defines, add commentsBrian Paul
2011-02-22mesa: move comment, change debug codeBrian Paul
2011-02-22vbo: simplify NeedFlush flag clearingBrian Paul
2011-02-22vbo: use ctx intstead of exec->ctxBrian Paul