summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
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
2011-02-22xlib: pass Display pointer to XMesaGarbageCollect()Andy Skinner
2011-02-22i965: Increase Sandybridge point size clamp.Kenneth Graunke
2011-02-22i965/fs: Correctly set up gl_FragCoord.w on Sandybridge.Kenneth Graunke
2011-02-22i965/fs: Refactor control flow stack handling.Kenneth Graunke
2011-02-22i965/fs: Avoid register coalescing away gen6 MATH workarounds.Kenneth Graunke
2011-02-22i965/fs: Apply source modifier workarounds to POW as well.Kenneth Graunke
2011-02-22i965: Fix shaders that write to gl_PointSize on Sandybridge.Kenneth Graunke
2011-02-22mesa: Avoid undeclared ffs function warning on mingw.José Fonseca
2011-02-20st/mesa: fix crash when using both user and vbo buffers with the same strideMarek Olšák
2011-02-20st/mesa: fix crash when DrawBuffer->_ColorDrawBuffers[0] is NULLMarek Olšák
2011-02-22i965: Trim the interleaved upload to the minimum number of verticesChris Wilson
2011-02-22i965: Reinstate max-index paranoiaChris Wilson
2011-02-22i965: Zero the offset into the vbo when uploading non-interleavedChris Wilson
2011-02-21i965: Fix VB packet reuse when offset for the new buffer isn't stride aligned.Eric Anholt
2011-02-21Revert "mesa: convert macros to inline functions"Brian Paul
2011-02-21st/mesa: need to translate clear color according to surface's base formatBrian Paul
2011-02-21st/mesa: fix the default case in st_format_datatype()Brian Paul
2011-02-21st/mesa: fix incorrect texture size allocation in st_finalize_texture()Brian Paul
2011-02-21st/mesa: refactor guess_and_alloc_texture() codeBrian Paul
2011-02-21st/mesa: fix mipmap generation for non-POW texturesBrian Paul
2011-02-21mesa: convert macros to inline functionsBrian Paul
2011-02-21vbo: more commentsBrian Paul
2011-02-21vbo: make vbo_exec_FlushVertices_internal() staticBrian Paul