Age | Commit message (Expand) | Author |
2011-02-10 | mesa/st: enable GL_EXT_framebuffer_sRGB | Dave Airlie |
2011-02-09 | mesa/st: Clean up vertex buffer unreferencing | Thomas Hellstrom |
2011-02-08 | r200: add cast to silence warning | Brian Paul |
2011-02-08 | mesa: remove unused BITFIELD64 macros | Brian Paul |
2011-02-08 | mesa: remove _mesa_create_context_for_api() | Brian Paul |
2011-02-08 | mesa: remove _mesa_initialize_context_for_api() | Brian Paul |
2011-02-08 | mesa: add/update VERBOSE_API logging | Brian Paul |
2011-02-08 | st/mesa: fix shader deletion regression | Brian Paul |
2011-02-08 | i965: Add missing DEFINE_BITS for brw dirty bits. | Kenneth Graunke |
2011-02-08 | i965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits. | Kenneth Graunke |
2011-02-08 | i965: Rename a few more commands to match the documentation. | Kenneth Graunke |
2011-02-08 | i965: Remove pointless keying of WM state on VUE size. | Eric Anholt |
2011-02-08 | mesa: Fix the Mesa IR copy propagation to not read past writes to the reg. | Eric Anholt |
2011-02-08 | mesa/st: Plug a fragment program variant parameter leak | Thomas Hellstrom |
2011-02-08 | st/mesa: free the temporary bitmap/drawpix shader code | Brian Paul |
2011-02-08 | mesa/st: Fix vertex buffer leak | Thomas Hellstrom |
2011-02-07 | intel: Implement dri2::{Allocate,Release}Buffer | Benjamin Franzke |
2011-02-07 | Add dri2::{Allocate,Release}Buffer extension | Benjamin Franzke |
2011-02-05 | r300/compiler: Disable register rename pass on r500 | Tom Stellard |
2011-02-05 | r300/compiler: Don't count BEGIN_TEX instructions in the compiler stats | Tom Stellard |
2011-02-05 | mesa/965: add support for GL_EXT_framebuffer_sRGB (v2) | Dave Airlie |
2011-02-04 | mesa: Fix error checks in GetVertexAttrib functions | Ian Romanick |
2011-02-04 | i965: Drop the dead tracking of color_regions[]. | Eric Anholt |
2011-02-04 | i965: Drop the INTEL_DEBUG=state spam about the cache size check. | Eric Anholt |
2011-02-03 | swrast: add an interface createNewContextForAPI | Haitao Feng |
2011-02-03 | r300c: Unbreak after R4xx support was added to r300/compiler. | Michel Dänzer |
2011-02-01 | r200: remove 0x4243 pci id | Alex Deucher |
2011-02-01 | i915: Only mark a register as available if all components are written | Ian Romanick |
2011-02-01 | mesa: glGetUniform only returns a single element of an array | Ian Romanick |
2011-01-31 | mesa: Initial size for secondary color array is 3 | Ian Romanick |
2011-01-31 | i965: Emit texel offsets in sampler messages. | Kenneth Graunke |
2011-01-31 | Remove talloc from the SCons build system. | Kenneth Graunke |
2011-01-31 | Remove talloc from the make and automake build systems. | Kenneth Graunke |
2011-01-31 | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke |
2011-01-29 | r300/compiler: Standardize the number of bits used by swizzle fields | Tom Stellard |
2011-01-28 | st/mesa: fix texture array dimensions | Brian Paul |
2011-01-28 | mesa: fix typo, wrap long line | Brian Paul |
2011-01-28 | st/mesa: pass layers param to st_texture_create() | Brian Paul |
2011-01-28 | mesa: Fix available APIs for AMD_conservative_depth | Chad Versace |
2011-01-28 | r300/compiler: print stats based on the initial number of instructions | Marek Olšák |
2011-01-26 | glsl: use 'this' pointer to be consistent | Brian Paul |
2011-01-26 | glsl: remove needless conditional | Brian Paul |
2011-01-26 | glsl: move ir_var_out code | Brian Paul |
2011-01-26 | glsl: move ir_var_system_value code | Brian Paul |
2011-01-26 | glsl: use local var to simplify code a bit | Brian Paul |
2011-01-26 | mesa: fix compilation | Zack Rusin |
2011-01-26 | mesa: Allow extensions in MESA_EXTENSION_OVERRIDE to be prefixed with '+' | Chad Versace |
2011-01-26 | mesa: Simplify logic in get_extension_override() | Chad Versace |
2011-01-26 | mesa: Propagate gl_FragDepth layout from GLSL IR to Mesa IR | Chad Versace |
2011-01-26 | mesa: Add AMD_conservative_depth to extension list | Chad Versace |