summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-04texenv: Match state.c in deciding whether we'll be using a vertex shader.Brian Paul
2009-08-04texenv: Add missing dependency on VP changes.Brian Paul
2009-08-04mklib: Ensure target directory exists for libraryDan Nicholson
2009-08-04Add missing X11_INCLUDES to egl/drivers/demo and egl/main.Peter Hutterer
2009-08-03xdemo/glxswapcontrol: Move get_framge_usage after the swap.Pauli Nieminen
2009-08-03xdemos/glxcontexts: Don't leak visual info when choosing visual again.Pauli Nieminen
2009-08-03st/mesa: we don't support GL_NV_point_sprite (see comment)Brian Paul
2009-07-30mesa: move misplaced return statementBrian Paul
2009-07-30mesa: add missing return after catching program errorBrian Paul
2009-07-29mesa/st: short-circuit glFinish calls on WIN32 onlyKeith Whitwell
2009-07-29mesa/st: recognize no-op scissor state when checking clear_with_quadsKeith Whitwell
2009-07-29util: _debug_printf should print even when DEBUG is not definedKeith Whitwell
2009-07-28glx: assign per screen driver configs (DRISW)RALOVICH, Kristóf
2009-07-28glx: assign per screen driver configs (DRI)RALOVICH, Kristóf
2009-07-28glx: assign per screen driver configs (DRI2)RALOVICH, Kristóf
2009-07-28glx: properly release DRI configsRALOVICH, Kristóf
2009-07-28glx: cache DRI configs in __GLXscreenConfigsRecRALOVICH, Kristóf
2009-07-28progs/trivial: add missing files to Makefile, .gitignoreVinson Lee
2009-07-27intel: Fix leak of DRI option info due to using the wrong free routine.Brian Paul
2009-07-27intel: Clean up leak of driver context structure on context destroy.Brian Paul
2009-07-27st/mesa: silence warningBrian Paul
2009-07-27mesa: separate some finite/pragma Watcom stuffBrian Paul
2009-07-27softpipe: include sp_winsys.h to silence function prototype warningBrian Paul
2009-07-27intel: Use _mesa_warning() to report GEM warningsBrian Paul
2009-07-27windows: updated VC8 project filesKarl Schultz
2009-07-27docs: 7.5 tarball md5sumsBrian Paul
2009-07-26util: fix typo.José Fonseca
2009-07-23mesa: include glew headers in MesaDemos tarballsBrian Paul
2009-07-22docs: initial release notes for 7.5.1Brian Paul
2009-07-22mesa: bump version to 7.5.1Brian Paul
2009-07-22mesa: include GLEW sources in MesaDemos tarballBrian Paul
2009-07-20intel: Fall back on glBitmap with fog enabled.Eric Anholt
2009-07-20i965: Don't clip everything if FRONT_AND_BACK culling while culling disabled.Eric Anholt
2009-07-20radeon: With DRI1, if we have HW stencil, only expose fbconfigs with stencil.Michel Dänzer
2009-07-17progs/util: remove extfuncs.h (we use GLEW instead)Brian Paul
2009-07-17progs/glsl: finish conversion to GLEWBrian Paul
2009-07-17mesa: set version to 7.5Brian Paul
2009-07-17mesa: set version to 7.5Brian Paul
2009-07-17docs: set date for 7.5 releaseBrian Paul
2009-07-17docs: news entry for 7.5 releaseBrian Paul
2009-07-17docs: update links to Gallium wiki page on freedesktop.orgBrian Paul
2009-07-16python/retrace: Process the call no passed to --to option inclusively.José Fonseca
2009-07-16python/retrace: Dump the surface copy contents.José Fonseca
2009-07-16python/retrace: Flush stdout before calling the pipe driver.José Fonseca
2009-07-16mesa: Fix logbase2.José Fonseca
2009-07-16python: Hack to prevent segmentation faults when python exits.José Fonseca
2009-07-16wgl: Expose pipe_screen/pipe_context via an extension.José Fonseca
2009-07-16python: Obtain pipe_screen/pipe_context from the system's OpenGL driver.José Fonseca
2009-07-15softpipe: limit blend results to [0,1]Luca Barbieri
2009-07-15Fix state flag dependencies for fixed function fragment program updates.Brian Paul