summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-03-29Merge commit 'mesa_7_7_1' into debian-unstableTimo Aaltonen11-90/+92
2010-03-28mesa: set version string to 7.7.1Ian Romanick1-1/+1
2010-03-27mesa: move/update hash function commentsBrian Paul1-6/+11
2010-03-27mesa: fix deadlock in _mesa_HashFindFreeKeyBlock()Török Edwin1-6/+13
2010-03-26dri/swrast: Fix frontbuffer rendering.Michel Dänzer1-6/+11
2010-03-26dri/swrast: Fix missed conversion of one pixel pointer increment.Michel Dänzer1-1/+1
2010-03-22mesa: set version string to 7.7.1-rc2mesa_7_7_1_rc2Ian Romanick1-1/+1
2010-03-21r200: Fix emit size prediction to account elt splitting.Pauli Nieminen2-3/+4
2010-03-21r200: Don't flush when closing elts in KMS.Pauli Nieminen1-1/+2
2010-03-21r200: Fix swtnl fallback to flush pending rendering before transition.Pauli Nieminen1-4/+14
2010-03-21r200: Fix mixed indetion in r200TclFallback.Pauli Nieminen1-21/+20
2010-03-21vbo: Fix vbo_split_copy to pass correct max_index to draw.Pauli Nieminen1-1/+1
2010-03-19Revert "Revert "mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's B...Michel Dänzer2-4/+2
2010-03-19st/mesa: s/BUFFER_FRONT_LEFT/surfIndex/Brian Paul1-1/+1
2010-03-19st/mesa: fix st_set_framebuffer_surface() state validationBrian Paul1-38/+12
2010-03-18intel: Use bit-wise not instead of logical not (i830 path)Ian Romanick1-1/+1
2010-03-18intel: Correct value of S0_VB_OFFSET_MASK to match hardware docs.Ian Romanick1-1/+3
2010-03-18Use bit-wise not instead of logical not.Ian Romanick1-1/+1
2010-03-18Merge remote branch 'upstream/mesa_7_7_branch' into debian-unstableTimo Aaltonen37-155/+431
2010-03-13st/xorg: Fix Xv cliprect scaling.Thomas Hellstrom3-9/+9
2010-03-16mesa: set version string to 7.7.1-rc1Ian Romanick1-1/+1
2010-03-16Correct GL_EQUIV code in r67/7xx.Matthew W. S. Bell1-1/+1
2010-03-13mesa: List Quake3 extensions first.José Fonseca1-3/+12
2010-03-13mesa: Fix memory leak in decompress-with-blit.Keith Whitwell1-0/+2
2010-03-12st/dri: Always try to set up R5G6B5 configs.Michel Dänzer1-44/+47
2010-02-24Merge branch 'upstream-experimental' into debian-unstableBrice Goglin1-8/+0
2010-02-24dri: remove old assertion (see bug 26734)Brian Paul1-8/+0
2010-02-24Merge branch 'upstream-experimental' into debian-experimentalBrice Goglin94-749/+1744
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-22st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixelsBrian Paul2-4/+10
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-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