summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-26vbo: seed initial max_element value with a more likely candidateKeith Whitwell
2008-08-25mesa: glsl: regenerated fileBrian Paul
2008-08-25mesa: glsl: grab latest fixes from gallium-0.1 branchBrian Paul
2008-08-25mesa: set version string to 7.3-develBrian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-08-22gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul
2008-08-22mesa: glsl: regenerated fileBrian Paul
2008-08-22mesa: glsl: implement exp() functions in terms of EXP asm instruction, not powBrian Paul
2008-08-21965: Fix incorrect backface cullingKrzysztof Czurylo
2008-08-21Call _ae_update_state when array enable state changesKrzysztof Czurylo
2008-08-21965: Fix color clamping issuesKrzysztof Czurylo
2008-08-21Formatting changes to ease application of patchesIan Romanick
2008-08-21i965: use dri_bo_subdata in vertex upload to get pwrite used.Eric Anholt
2008-08-21Flush vertices when updating texObj->GenerateMipmap state.Eric Anholt
2008-08-21Report damage before modifying the area, not after.Peter Hutterer
2008-08-20intel: Fix SGIS_generate_mipmap after a miptree had been validated.Eric Anholt
2008-08-20mesa: fix float blend bugMark Anderson
2008-08-20mesa: glsl: fix a swizzle bug in storage_to_src_reg()Brian Paul
2008-08-20mesa: glsl: add check for exceeding max number of constants/uniformsBrian Paul
2008-08-20i965: fixup format for TFP zero copyDave Airlie
2008-08-20i965: make tex offset override work..Dave Airlie
2008-08-20mesa: glsl: regenerated fileBrian Paul
2008-08-20mesa: glsl: better implementation of ftransform()Brian Paul
2008-08-20i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug...Xiang, Haihao
2008-08-19mesa: allow for extra per-context initBrian Paul
2008-08-19gallium: implement a fast-path for glReadPixels for common casesBrian Paul
2008-08-19gallium: do a proper implementation of GL_OES_read_formatBrian Paul
2008-08-19mesa: glsl: more writemask error checkingBrian Paul
2008-08-19mesa: glsl: added some post incr/decr error checksBrian Paul
2008-08-19mesa: glsl: limit function matching through castingBrian Paul
2008-08-19mesa: glsl: add usage tracking for uniform varsBrian Paul
2008-08-19r5xx: Final fog option fix.Corbin Simpson
2008-08-19mesa: glsl: put var emit/ref code into separate functionsBrian Paul
2008-08-19r5xx: Don't squish GL context when using FogOptionCorbin Simpson
2008-08-19mesa: Call pipe->destroy on context destruction for all platforms.José Fonseca
2008-08-18r5xx: Enable fog options.Corbin Simpson
2008-08-19st: Do not translate program constants to immediates whenMichal Krol
2008-08-19st: Translate address register declaration.Michal Krol
2008-08-19st: Fix immediate construction.Michal Krol
2008-08-18gallium: use PIPE_TEXTURE_USAGE_RENDER_TARGET for stencil renderbuffersBrian Paul
2008-08-18gallium: fix vertex program output translation/mapping bugBrian Paul
2008-08-18gallium: fix do_flip bug on glCopyTexImage / surface_copy() pathBrian Paul
2008-08-18fix byte vs. pixel offset bug for 3D textures (see bug 17170)Henri Verbeet
2008-08-18mesa: rearrange some code in _mesa_BindTexture() to fix error detection bug 1...Brian Paul
2008-08-18mesa: rearrange some code in _mesa_BindTexture() to fix error detection bug 1...Brian Paul
2008-08-17r5xx: Add DDX and DDY instructions.Corbin Simpson
2008-08-16prep for 7.1 rc4Brian Paul