summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-01-23glew: Initial import.José Fonseca
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-21i915: Add decode for PS in batchbuffers.Eric Anholt
2009-01-21i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output.Eric Anholt
2009-01-21i965: Use _mesa_num_inst_src_regs() instead of keeping a copy of its contents.Eric Anholt
2009-01-21nouveau: Map correct mip level when using the shadow (nv30, nv40).Younes Manton
2009-01-21nouveau: nv30 does not support separate blend functions for alpha and rgbPatrice Mandin
2009-01-21[intel] Remove remaining references to intel_wait_flips().Kristian Høgsberg
2009-01-21swrast: fix redundant texture application in affine_textured_triangle().Brian Paul
2009-01-21mesa: add some debug assertions to detect null current texture object pointersBrian Paul
2009-01-20Fix issues with glXMakeContextCurrent and glXMakeCurrentReadSGIIan Romanick
2009-01-20i915: Fix gem backend after surface changesJakob Bornecrantz
2009-01-20[intel] Go back to using the typedef for the sarea structTimo Aaltonen
2009-01-20Remove intel pageflipping support in its entirety.Owain G. Ainsworth
2009-01-20glsl: silence unused var warningsBrian Paul
2009-01-20mesa: silence uninitialized var warningsBrian Paul
2009-01-20mesa: silence compiler warning at -O2Brian Paul
2009-01-20mesa: bump version to 7.3-rc3Brian Paul
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
2009-01-20Add a comment about _tnl_emit_indexed_vertices_to_buffer.Thomas Hellstrom
2009-01-20tnl: Add a utility to emit indexed vertices to a DMA buffer.Thomas Hellstrom
2009-01-20Fix store texel for argb4444.Thomas Hellstrom
2009-01-20Fix store texel for argb8888_rev.Thomas Hellstrom
2009-01-20Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom
2009-01-20dri1: Add a macro to validate two dri drawables in one go.Thomas Hellstrom
2009-01-19mesa: fix build of stand-alone glslcompiler driverBrian Paul
2009-01-19xlib: fix dependenciesKeith Whitwell
2009-01-19statetracker: copy back color buffer to front buffer when neededBrian Paul
2009-01-19gallium: minor reformattingBrian Paul
2009-01-19util: add reduced prim helperKeith Whitwell
2009-01-19gallium: use align() intead of round_up()Brian Paul
2009-01-19tgsi: change an if to an else-if, added const qual, added commentsBrian Paul
2009-01-19Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-19xlib: fix compilation after xmesa header movesKeith Whitwell
2009-01-19Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-18g3dvl: Some cleanups.Younes Manton
2009-01-18g3dvl: Ref count everywhere.Younes Manton
2009-01-18g3dvl: Mark all buffers for incoming frame data as discardable.Younes Manton
2009-01-18nouveau: Rename buffer on map if discardable, busy, and write-only.Younes Manton
2009-01-18gallium: Add PIPE_BUFFER_USAGE_DISCARD.Younes Manton
2009-01-18g3dvl: Return BadAlloc if we can't create an XvMC surface.Younes Manton
2009-01-18g3dvl: Follow mesa naming conventions for src dirs.Younes Manton
2009-01-19i915: Build gem and egl winsys by defaultJakob Bornecrantz
2009-01-19i915: Make gem submit commandsJakob Bornecrantz
2009-01-19egl: Fix swap and creation of front bufferJakob Bornecrantz
2009-01-18glx: gcc 2.95 build fix (move declaration before code)Brian Paul
2009-01-18i915: Use new egl state_trackerJakob Bornecrantz
2009-01-18egl: Add a egl state_tracker that use GalliumJakob Bornecrantz
2009-01-18i915: Update gem backend a bitJakob Bornecrantz
2009-01-17debug: add noprefix version of debug_dump_enumKeith Whitwell