summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-02-12glDrawBuffers(n==0) is validRobert Ellison
2009-02-12mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul
2009-02-12mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul
2009-02-12mesa: don't include m_xform.h where not neededBrian Paul
2009-02-12mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.cBrian Paul
2009-02-12mesa: remove unused functions in m_xform.[ch]Brian Paul
2009-02-12mesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()Brian Paul
2009-02-12mesa: remove empty, unneeded mathmod.h headerBrian Paul
2009-02-11Fix an i965 assertion failure on glClear()Robert Ellison
2009-02-11mesa: refactor MATH_SOURCES, remove Mesa x86 codegen from gallium buildBrian Paul
2009-02-11mesa: get rid of _math_init()Brian Paul
2009-02-11glsl: allow setting arrays of samplers in set_program_uniform()Brian Paul
2009-02-11glsl: raise GL_INVALID_OPERATION for glUniform(location < -1)Brian Paul
2009-02-11glsl: rework _mesa_get_uniform[fi]v() to avoid using a fixed size intermediat...Brian Paul
2009-02-11glsl: fix glUniform() array bounds error checkingBrian Paul
2009-02-11glsl: fix incorrect size returned by glGetActiveUniform() for array elements.Brian Paul
2009-02-11mesa: Use the stdio wrappers.José Fonseca
2009-02-11mesa: Move statements after declarations.José Fonseca
2009-02-10intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt
2009-02-10sis: fix signedness warningsEric Anholt
2009-02-10trident: Fix signedness warning.Eric Anholt
2009-02-10tdfx: Fix begin/endquery for current API.Eric Anholt
2009-02-10intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush().Eric Anholt
2009-02-10intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format.Eric Anholt
2009-02-10intel: Fix some state leakage of {Client,}ActiveTexture in metaops.Eric Anholt
2009-02-10intel: don't crash when dri2 tells us about buffers we don't care about.Eric Anholt
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul
2009-02-10Merge commit 'origin/gallium-0.2' into gallium-master-mergeBrian Paul
2009-02-10mesa: remove the unused _mesa_UpdateTexEnvProgram() functionBrian Paul
2009-02-10mesa: another fix for program/texture state validationBrian Paul
2009-02-10intel: minor reformatting, commentsBrian Paul
2009-02-10mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...Brian Paul
2009-02-10mesa: fix/change state validation order for program/texture stateBrian Paul
2009-02-10Missing: tgsi: Fix build -- rename Size to NrTokens.Patrice Mandin
2009-02-10mesa: Compare formats using nominal bytes per pixel.José Fonseca
2009-02-10gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer
2009-02-09mesa: add x86/rtasm/x86sse.c to fix linux-x86 buildBrian Paul
2009-02-09mesa: fixes for srgb formatsRoland Scheidegger
2009-02-09fix _mesa_get_teximage for srgb texturesRoland Scheidegger
2009-02-09mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state changeBrian Paul
2009-02-09mesa: add no-change testing for a few more texture parametersBrian Paul
2009-02-09swrast: use ASSIGN_4V() macroBrian Paul
2009-02-09mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul
2009-02-09mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul
2009-02-09i965: need to disable current shader, if any, in intel_clear_tris()Brian Paul
2009-02-09re-add MSAA supportBrian Paul
2009-02-09mesa: build/use libmesagallium.a for gallium buildsBrian Paul
2009-02-09mesa: added new linux-gallium and linux-gallium-debug configsBrian Paul
2009-02-09mesa: prefix #includes with main/Brian Paul
2009-02-09swrast: fix typo: s/drapix/drawpix/Brian Paul