summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-06st/xorg, vmware: Make throttling configurable.Thomas Hellstrom11-27/+164
2010-03-06svga: Add a winsys callback to get the svga_winsys_contextThomas Hellstrom2-0/+8
2010-03-09svga: Don't do culling while the software pipeline is active.Keith Whitwell1-2/+11
2010-03-08softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()Brian Paul1-3/+4
2010-03-08st/mesa: don't detach renderbuffer, surface in st_finish_render_texture()Brian Paul1-5/+0
2010-03-08mesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_FORMAT_Z16 renderbufferBrian Paul1-1/+1
2010-03-08r600: recalculate point size, if point min/max size changesAlex Deucher1-0/+2
2010-03-08r600: no need to flush on context initAlex Deucher1-2/+0
2010-03-08r300: recalculate point size, if point min/max size changesMaciej Cencora1-0/+2
2010-03-08r300: no need to flush on context initMaciej Cencora1-2/+0
2010-03-08r300: remove unnecessary codeMaciej Cencora1-17/+0
2010-03-03r600: add new rs880 pci idAlex Deucher2-0/+2
2010-03-02glx: replace assertion with conditionalBrian Paul1-1/+2
2010-03-02r600: fix blender picking.Dave Airlie1-3/+15
2010-02-26r600: enable OQ on rv740 on drms with working pipe configAlex Deucher1-3/+6
2010-02-26r600: fail to validate unsupported texture formatsKlaus Schnass1-16/+12
2010-02-26glx: fix incorrect array stack memory allocationMarkus Fleschutz1-1/+2
2010-02-26mesa: fix _BaseFormat assignment in _mesa_soft_renderbuffer_storage()Brian Paul1-1/+2
2010-02-26mesa: use simplified _BaseFormat value in render-to-texture codeBrian Paul1-1/+4
2010-02-25st/xorg: Re-enable crtc on resizeJakob Bornecrantz1-3/+21
2010-02-25st/xorg: Fix copy-topyJakob Bornecrantz1-1/+1
2010-02-24dri: remove old assertion (see bug 26734)Brian Paul1-8/+0
2010-02-24r600: update state count for CB_COLOR0_FRAG & CB_COLOR0_TILE relocsAlex Deucher1-1/+1
2010-02-24r6xx/r7xx: emit relocation for FRAG & TILE bufferJerome Glisse1-3/+21
2010-02-24radeon/r200: fix bad state emission causes kernel to do bad depth clearDave Airlie2-0/+4
2010-02-22vmware/xorg: Bump to match vmware driverJakob Bornecrantz1-3/+3
2010-02-22Revert "mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DE...Jakob Bornecrantz2-2/+4
2010-02-22st/xorg: Make resize fail gracefullyJakob Bornecrantz1-14/+55
2010-02-22st/xorg: Obey max {width|height} from kernel and GalliumJakob Bornecrantz1-2/+23
2010-02-22svga: Upload user buffers only once.José Fonseca4-29/+46
2010-02-22svga: Fix the guest offset of piecewise buffer DMAs.José Fonseca3-7/+9
2010-02-22svga: Emit a scalar rcp in shadow maps.José Fonseca1-4/+4
2010-02-22svga: Don't emit zero writemasks.José Fonseca2-28/+39
2010-02-22tgsi: Report an error when a destination has an empty writemask.José Fonseca1-0/+3
2010-02-22glxinfo: Fix User error in glGetProgramivARBXavier Chantry1-4/+17
2010-02-22st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixelsBrian Paul2-4/+10
2010-02-22scons: Control caching via new SCONS_CACHE_DIR environment variable.José Fonseca1-1/+3
2010-02-21st/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_xBrian Paul2-1/+9
2010-02-21st/xorg: Encapsulate all customizable stuff in a separate class.Thomas Hellstrom6-91/+121
2010-02-21mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DEPTH.Thomas Hellstrom1-1/+1
2010-02-18softpipe: fix depth testing problemsBrian Paul1-36/+53
2010-02-18mklib: Teach mklib to fail build if link fails on cygwinJon TURNEY1-0/+5
2010-02-18configure: PTHREADS should be defined on cygwin, as wellJon TURNEY1-0/+3
2010-02-18svga: Upload the dirty ranges instead of the whole buffer.José Fonseca1-45/+48
2010-02-18svga: Break uploads of big buffers into smaller pieces.José Fonseca2-22/+147
2010-02-18svga: Note ranges even when there is no hardware buffer around.José Fonseca1-5/+2
2010-02-18svga: Further cleanup/comment svga buffer code.José Fonseca2-112/+142
2010-02-18svga: Temporarily create a sw vertex buf when failed to create a hw buf.José Fonseca1-7/+20
2010-02-18vmware/xorg: Export modinfo just as the other vmware X drivers doesJakob Bornecrantz1-3/+42
2010-02-18st/xorg: Fixup configureJakob Bornecrantz1-4/+12