summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2008-11-20Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-20mesa: fix shadow sampling unit issue.Xiang, Haihao
2008-11-20intel: fix i830 comment + backwards VB offsets.airlied
2008-11-20intel: fix i8xx vbo enable bitairlied
2008-11-20intel: add lots of i830 engine to intel_decode debugairlied
2008-11-19mesa: minor comment reformatttingBrian Paul
2008-11-19mesa: glsl compiler debug codeBrian Paul
2008-11-19mesa: rework GLSL array code generationBrian Paul
2008-11-19mesa: don't realloc instruction buffer so oftenBrian Paul
2008-11-19mesa: updated commentBrian Paul
2008-11-19add SRGB formatsAlan Hourihane
2008-11-19mesa: clamp luminance if needed.Xiang, Haihao
2008-11-15Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-11-13mesa: no longer need Writemask field in GLSL IR nodesBrian Paul
2008-11-13mesa: revamp GLSL instruction emit codeBrian Paul
2008-11-13mesa: make writemask_string() non-staticBrian Paul
2008-11-13mesa: remove some do-nothing GLSL codeBrian Paul
2008-11-13mesa: fix accidental regression in GLSL built-in texture matrix lookupBrian Paul
2008-11-13mesa: use the tighter definition of GLSL ftransform() from the gallium branchesBrian Paul
2008-11-13mesa: remove unused/obsolete __NormalMatrixTranspose matrixBrian Paul
2008-11-13mesa: fix bug in GLSL built-in matrix state lookupBrian Paul
2008-11-13mesa: tweak program register printing for RelAddr caseBrian Paul
2008-11-13Merge branch 'gallium-0.2' of git+ssh://marcheu@git.freedesktop.org/git/nouve...Stephane Marchesin
2008-11-13gallium: add st_set_teximage_surface for EXT_texture_from_pixmapBen Skeggs
2008-11-13mesa: fix generation of fixed function state when no vp existsAlan Hourihane
2008-11-13mesa: fix generation of fixed function state when no vp existsAlan Hourihane
2008-11-12i965: Upload state on primitive switch, don't just prepare it.Eric Anholt
2008-11-12i965: Fix VB refcount leak on aperture overflow.Eric Anholt
2008-11-12Merge commit 'origin/gallium-0.1' into gallium-0.2Pekka Paalanen
2008-11-12i965: Fix up VS max_threads for G4X and removing a magic number.Eric Anholt
2008-11-12i965: Fix up SF max_threads.Eric Anholt
2008-11-12i965: Fix up clip min_nr_entries, preferred_nr_entries, and max_threads.Eric Anholt
2008-11-12i965: Update WM maximum threads for G4X.Eric Anholt
2008-11-12i965: Add a big comment explaining my understanding of URB management.Eric Anholt
2008-11-11Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-11-11mesa: allow relative indexing into all register files and indirect dst regist...Brian Paul
2008-11-11intel: reset cliprect_mode to IGNORE_CLIPRECTS.Xiang, Haihao
2008-11-11mesa: restore the negate flag of dots in build_lighting.Xiang, Haihao
2008-11-11mesa: update new state for RasterPos like other operations.Xiang, Haihao
2008-11-10mesa: new _mesa_is_pow_two() functionBrian
2008-11-10mesa: restore glapi/ prefix on #includeBrian Paul
2008-11-10mesa: fix some misc breakage caused by editing auto-generated files rather th...Brian Paul
2008-11-10GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident()Brian Paul
2008-11-10dri: alloc __DRIscreen object with calloc()Brian Paul
2008-11-10mesa: track initialization status of uniform variables. Plus, asst clean-ups.Brian Paul
2008-11-10mesa: initial support for uniform variable initializers.Brian Paul
2008-11-10mesa: fix logic error in GLSL linker when looking for main() shadersBrian Paul
2008-11-10mesa: allows 'f' suffix on GLSL float literalsBrian Paul
2008-11-10Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-11-10Mesa: fix number of buffers in st_draw_vbo().Pekka Paalanen