summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-03glx: fix regression with GLX_USE_GLmesa_7_7_branchBrian Paul1-0/+4
2010-05-04mesa/st: Fill in native program limits.José Fonseca1-0/+91
2010-04-23Fix __glXInitializeVisualConfigFromTags's handling of unrecognized fbconfigIan Romanick1-0/+2
2010-04-22radeon: 9800 SE has only one quadpipeTormod Volden1-0/+2
2010-04-22r300: fix vertex unit setupAlex Deucher2-14/+16
2010-04-19st/mesa: invert scissor rect depending on FB orientationBrian Paul1-5/+8
2010-04-09r600: add new r7xx pci idsAlex Deucher2-0/+6
2010-04-09r300: set proper vertex index limits also in non indexed modeMaciej Cencora1-0/+8
2010-04-09mesa: fix instruction indexing bugsBrian Paul1-2/+2
2010-04-01Revert accidental commits from the xquartz treeJeremy Huddleston71-51331/+100
2010-04-01apple: Use mesa gl.h rather than generating one.Jeremy Huddleston7-181/+48
2010-04-01apple: Integrate our libGL into the existing build system betterJeremy Huddleston4-76/+118
2010-04-01apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston17-115/+104
2010-04-01apple: Remove duplicate headers that already exist in mesa.Jeremy Huddleston7-20231/+0
2010-04-01apple: Adding .gitignore for src/glx/x11/appleJeremy Huddleston1-0/+4
2010-04-01apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston70-37/+71597
2010-03-29docs: fix 7.7.1 release dateBrian Paul1-1/+1
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-rc2mesa_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