summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* glx: fix regression with GLX_USE_GLmesa_7_7_branchBrian Paul2010-06-031-0/+4
* mesa/st: Fill in native program limits.José Fonseca2010-05-041-0/+91
* Fix __glXInitializeVisualConfigFromTags's handling of unrecognized fbconfigIan Romanick2010-04-231-0/+2
* radeon: 9800 SE has only one quadpipeTormod Volden2010-04-221-0/+2
* r300: fix vertex unit setupAlex Deucher2010-04-222-14/+16
* st/mesa: invert scissor rect depending on FB orientationBrian Paul2010-04-191-5/+8
* r600: add new r7xx pci idsAlex Deucher2010-04-092-0/+6
* r300: set proper vertex index limits also in non indexed modeMaciej Cencora2010-04-091-0/+8
* mesa: fix instruction indexing bugsBrian Paul2010-04-091-2/+2
* Revert accidental commits from the xquartz treeJeremy Huddleston2010-04-0171-51331/+100
* apple: Use mesa gl.h rather than generating one.Jeremy Huddleston2010-04-017-181/+48
* apple: Integrate our libGL into the existing build system betterJeremy Huddleston2010-04-014-76/+118
* apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-0117-115/+104
* apple: Remove duplicate headers that already exist in mesa.Jeremy Huddleston2010-04-017-20231/+0
* apple: Adding .gitignore for src/glx/x11/appleJeremy Huddleston2010-04-011-0/+4
* apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston2010-04-0170-37/+71597
* docs: fix 7.7.1 release dateBrian Paul2010-03-291-1/+1
* mesa: Add 7.7.1 release MD5 sumsmesa_7_7_1Ian Romanick2010-03-281-1/+9
* mesa: set version string to 7.7.1Ian Romanick2010-03-283-3/+3
* mesa: move/update hash function commentsBrian Paul2010-03-271-6/+11
* mesa: fix deadlock in _mesa_HashFindFreeKeyBlock()Török Edwin2010-03-271-6/+13
* dri/swrast: Fix frontbuffer rendering.Michel Dänzer2010-03-261-6/+11
* dri/swrast: Fix missed conversion of one pixel pointer increment.Michel Dänzer2010-03-261-1/+1
* docs: added news item for 7.7.1 releaseBrian Paul2010-03-231-0/+9
* docs: insert expected 7.7.1 release dateBrian Paul2010-03-231-1/+1
* mesa: set version string to 7.7.1-rc2mesa_7_7_1_rc2Ian Romanick2010-03-222-2/+2
* r200: Fix emit size prediction to account elt splitting.Pauli Nieminen2010-03-212-3/+4
* r200: Don't flush when closing elts in KMS.Pauli Nieminen2010-03-211-1/+2
* r200: Fix swtnl fallback to flush pending rendering before transition.Pauli Nieminen2010-03-211-4/+14
* r200: Fix mixed indetion in r200TclFallback.Pauli Nieminen2010-03-211-21/+20
* vbo: Fix vbo_split_copy to pass correct max_index to draw.Pauli Nieminen2010-03-211-1/+1
* Revert "Revert "mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's B...Michel Dänzer2010-03-192-4/+2
* st/mesa: s/BUFFER_FRONT_LEFT/surfIndex/Brian Paul2010-03-191-1/+1
* st/mesa: fix st_set_framebuffer_surface() state validationBrian Paul2010-03-191-38/+12
* intel: Use bit-wise not instead of logical not (i830 path)Ian Romanick2010-03-181-1/+1
* intel: Correct value of S0_VB_OFFSET_MASK to match hardware docs.Ian Romanick2010-03-181-1/+3
* Use bit-wise not instead of logical not.Ian Romanick2010-03-181-1/+1
* st/xorg: Fix Xv cliprect scaling.Thomas Hellstrom2010-03-133-9/+9
* mesa: set version string to 7.7.1-rc1Ian Romanick2010-03-162-2/+2
* Correct GL_EQUIV code in r67/7xx.Matthew W. S. Bell2010-03-161-1/+1
* mesa: List Quake3 extensions first.José Fonseca2010-03-131-3/+12
* mesa: Fix memory leak in decompress-with-blit.Keith Whitwell2010-03-131-0/+2
* st/dri: Always try to set up R5G6B5 configs.Michel Dänzer2010-03-121-44/+47
* st/xorg: Include cursorstr.hJakob Bornecrantz2010-02-061-0/+1
* docs: updates to 7.7.1 release notesBrian Paul2010-03-101-6/+6
* gallium/util: added surface dump code for unixBrian Paul2010-03-101-0/+51
* st/mesa: fix incorrect glCopyPixels between window/FBOBrian Paul2010-03-101-4/+16
* st/mesa: fix incorrect glDrawPixels into FBOBrian Paul2010-03-101-2/+7
* st/xorg Avoid advertizing rotation / reflection support.Thomas Hellstrom2010-03-061-3/+6
* st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer2010-03-103-0/+20