summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-20i915: Fix gem backend after surface changesJakob Bornecrantz
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
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-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
2009-01-17xlib: don't explicitly create the pipe_winsys structKeith Whitwell
2009-01-17xlib: don't explicitly create the pipe_winsys structKeith Whitwell
2009-01-16Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-16glsl: fix broken sampler assignmentsBrian Paul
2009-01-16stw: Dispatch to our stw_winsys::flush_front_bufferJosé Fonseca
2009-01-16i915: fallback on transfer modeXiang, Haihao
2009-01-15windows: updated mesa.def fileKarl Schultz
2009-01-15glsl: use _mesa_sprintf()Brian Paul
2009-01-15glsl: move declaration before codeBrian Paul
2009-01-15mesa: tweak to formattingAlan Hourihane
2009-01-15mesa: check frambuffer complete status before renderingAlan Hourihane
2009-01-15mesa: small cleanupAlan Hourihane
2009-01-15mesa: revert partial commit for 0x0 render targetsAlan Hourihane
2009-01-15mesa: check frambuffer complete status before renderingAlan Hourihane
2009-01-15mesa: Fix merge conflictsJakob Bornecrantz
2009-01-14mesa: bump version to 7.3-rc2Brian Paul
2009-01-14glsl: fix commentBrian Paul
2009-01-14glsl: minor clean-up for rect sampler testBrian Paul
2009-01-14r300: work-around FRAG_BIT_FOGC warning/errorBrian Paul
2009-01-14i965: asst. fixes, work-arounds for FBOs and render to textureBrian Paul
2009-01-14i965: fix incorrect renderbuffer DataType assignmentBrian Paul
2009-01-14i965: fix some FBO depth/stencil assertionsBrian Paul
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane