Age | Commit message (Expand) | Author |
2008-08-28 | mesa: dynamically grow the fixed function vertex program as needed | Brian Paul |
2008-08-28 | gallium: change the conditional which tests for combined Z+stencil buffers | Brian Paul |
2008-08-28 | mesa: bump MAX_INSN to 300 | Brian Paul |
2008-08-27 | gallium: better support for user-space interleaved arrays | Brian Paul |
2008-08-27 | gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO. | Brian Paul |
2008-08-27 | gallium: remove old assertions | Brian Paul |
2008-08-26 | mesa: don't check for GLSL 1.2 to advertise GL 2.1 | Brian Paul |
2008-08-26 | vbo: seed initial max_element value with a more likely candidate | Keith Whitwell |
2008-08-25 | mesa: glsl: regenerated file | Brian Paul |
2008-08-25 | mesa: glsl: grab latest fixes from gallium-0.1 branch | Brian Paul |
2008-08-25 | mesa: set version string to 7.3-devel | Brian Paul |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-08-24 | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie |
2008-08-24 | Revert "Merge branch 'drm-gem'" | Dave Airlie |
2008-08-22 | gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header | Brian Paul |
2008-08-22 | mesa: glsl: regenerated file | Brian Paul |
2008-08-22 | mesa: glsl: implement exp() functions in terms of EXP asm instruction, not pow | Brian Paul |
2008-08-21 | 965: Fix incorrect backface culling | Krzysztof Czurylo |
2008-08-21 | Call _ae_update_state when array enable state changes | Krzysztof Czurylo |
2008-08-21 | 965: Fix color clamping issues | Krzysztof Czurylo |
2008-08-21 | Formatting changes to ease application of patches | Ian Romanick |
2008-08-21 | i965: use dri_bo_subdata in vertex upload to get pwrite used. | Eric Anholt |
2008-08-21 | Flush vertices when updating texObj->GenerateMipmap state. | Eric Anholt |
2008-08-21 | Report damage before modifying the area, not after. | Peter Hutterer |
2008-08-20 | intel: Fix SGIS_generate_mipmap after a miptree had been validated. | Eric Anholt |
2008-08-20 | mesa: fix float blend bug | Mark Anderson |
2008-08-20 | mesa: glsl: fix a swizzle bug in storage_to_src_reg() | Brian Paul |
2008-08-20 | mesa: glsl: add check for exceeding max number of constants/uniforms | Brian Paul |
2008-08-20 | i965: fixup format for TFP zero copy | Dave Airlie |
2008-08-20 | i965: make tex offset override work.. | Dave Airlie |
2008-08-20 | mesa: glsl: regenerated file | Brian Paul |
2008-08-20 | mesa: glsl: better implementation of ftransform() | Brian Paul |
2008-08-20 | i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug... | Xiang, Haihao |
2008-08-19 | mesa: allow for extra per-context init | Brian Paul |
2008-08-19 | gallium: implement a fast-path for glReadPixels for common cases | Brian Paul |
2008-08-19 | gallium: do a proper implementation of GL_OES_read_format | Brian Paul |
2008-08-19 | mesa: glsl: more writemask error checking | Brian Paul |
2008-08-19 | mesa: glsl: added some post incr/decr error checks | Brian Paul |
2008-08-19 | mesa: glsl: limit function matching through casting | Brian Paul |
2008-08-19 | mesa: glsl: add usage tracking for uniform vars | Brian Paul |
2008-08-19 | r5xx: Final fog option fix. | Corbin Simpson |
2008-08-19 | mesa: glsl: put var emit/ref code into separate functions | Brian Paul |
2008-08-19 | r5xx: Don't squish GL context when using FogOption | Corbin Simpson |
2008-08-19 | mesa: Call pipe->destroy on context destruction for all platforms. | José Fonseca |
2008-08-18 | r5xx: Enable fog options. | Corbin Simpson |
2008-08-19 | st: Do not translate program constants to immediates when | Michal Krol |
2008-08-19 | st: Translate address register declaration. | Michal Krol |
2008-08-19 | st: Fix immediate construction. | Michal Krol |
2008-08-18 | gallium: use PIPE_TEXTURE_USAGE_RENDER_TARGET for stencil renderbuffers | Brian Paul |
2008-08-18 | gallium: fix vertex program output translation/mapping bug | Brian Paul |