summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-02Provide dri shared library building and SDK installation.dri-sdk-7.7.1Luc Verhaegen7-1/+277
2010-03-28mesa: Add 7.7.1 release MD5 sumsmesa_7_7_1Ian Romanick1-1/+9
2010-03-28mesa: set version string to 7.7.1Ian Romanick3-3/+3
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-23docs: added news item for 7.7.1 releaseBrian Paul1-0/+9
2010-03-23docs: insert expected 7.7.1 release dateBrian Paul1-1/+1
2010-03-22mesa: set version string to 7.7.1-rc2Ian Romanick2-2/+2
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-13st/xorg: Fix Xv cliprect scaling.Thomas Hellstrom3-9/+9
2010-03-16mesa: set version string to 7.7.1-rc1Ian Romanick2-2/+2
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-06st/xorg: Include cursorstr.hJakob Bornecrantz1-0/+1
2010-03-10docs: updates to 7.7.1 release notesBrian Paul1-6/+6
2010-03-10gallium/util: added surface dump code for unixBrian Paul1-0/+51
2010-03-10st/mesa: fix incorrect glCopyPixels between window/FBOBrian Paul1-4/+16
2010-03-10st/mesa: fix incorrect glDrawPixels into FBOBrian Paul1-2/+7
2010-03-06st/xorg Avoid advertizing rotation / reflection support.Thomas Hellstrom1-3/+6
2010-03-10st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer3-0/+20
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