summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-05st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete)Brian Paul
2009-08-05mesa: generate GL_INVALID_OPERATION for missing z/stencil when blittingBrian Paul
2009-08-05st/mesa: fix Y inversion and optimize st_BlitFramebuffer()Brian Paul
2009-08-05util: added comment/question about blit clippingBrian Paul
2009-08-05mesa: make _mesa_clip_blit() a shared functionBrian Paul
2009-08-05util: added util_blit_pixels() overlap testBrian Paul
2009-08-05util: fix util_blit_pixels() test for surface_copy() pathBrian Paul
2009-08-05util: reformatting and commentsBrian Paul
2009-08-04intel: Fix inverted test for disabling flushing of front buffer output.Brian Paul
2009-08-04intel: Wait on the last swapbuffers to complete before queuing a new one.Brian Paul
2009-08-04texenv: Use VP->Current, since _Current isn't updated at this point.Brian Paul
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-04Add missing X11_INCLUDES to egl/drivers/demo and egl/main.Peter Hutterer
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-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-26util: fix typo.José Fonseca
2009-07-22mesa: bump version to 7.5.1Brian 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-17mesa: set version to 7.5Brian 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
2009-07-15python/retrace: Interpret surface_copy.José Fonseca
2009-07-15python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM.José Fonseca
2009-07-15mesa: recognize and eliminate repeated error messagesKeith Whitwell