summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix IEEE_ONE definition for ICC compiler (bug 15134)Brian2008-03-191-3/+3
* set outputs_safe to 0 as it's possible for the code generationAlan Hourihane2008-03-193-106/+205
* only set InputsRead bit if input is really usedMarkus Amsler2008-03-171-2/+5
* init tmpNode to zerosBrian2008-03-141-0/+1
* mesa: fix emit_clamp() so that we don't use an output register as temporaryBrian Paul2008-03-141-3/+12
* fix state.lightprod ambient/specular w value (bug #14983)Roland Scheidegger2008-03-131-2/+2
* Merge branch '7.0-glx' into mesa_7_0_branchDan Nicholson2008-03-1010-62/+16948
|\
| * glapi: Resync generated files with 7.0 branchDan Nicholson2008-03-105-39/+82
| * glapi: Generate xserver glapi sources in the mesa treeDan Nicholson2008-03-109-18/+16857
| * glapi: Correct prerequisites for gl_and_glX_API.xmlDan Nicholson2008-03-101-2/+2
| * glapi: Use make automatic variables to clean up the commandsDan Nicholson2008-03-101-46/+50
| * glapi: Use variable for indent and flagsDan Nicholson2008-03-102-10/+10
* | Darwin: Fixed small error in darwin config filesJeremy Huddleston2008-03-102-2/+2
* | Darwin: Config/source fixes to now build glxdemo apps and OSMesaJeremy Huddleston2008-03-106-44/+22
|/
* fix parsing of state.texenv.color (bug 14931)Brian2008-03-103-2/+5
* Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV()Markus Amsler2008-03-091-1/+2
* init vertex weight attrib to (1,0,0,0)Markus Amsler2008-03-091-1/+1
* fix __builtin_expect() definition test for IBM XLC (sf bug 1909832)Brian2008-03-091-1/+1
* state.depth.range alpha value should be 1, not 0 (bug #14733)Roland Scheidegger2008-03-011-1/+1
* Don't Swap buffer if a DRIDrawable is entirely obscured by another window.Xiang, Haihao2008-02-281-0/+3
* Replace glut_fbc.c with glut_fcb.c (cb=callback)Brian2008-02-253-3/+3
* bump libGL.so version numberBrian2008-02-221-1/+1
* prep for 7.0.3 rc-2Brian2008-02-213-6/+6
* latest bug fixesBrian2008-02-201-0/+2
* Fix point rasterization regression caused by commit 95a2eb97673fa3139218347a8...Brian2008-02-201-4/+4
* raise GL_INVALID_OPERATION if glProgramString compilation failsBrian2008-02-201-1/+1
* Fix glBegin-time test for invalid programs/shaders.Brian2008-02-203-8/+41
* Added <size name="Get" mode="get"/> lines for point parameter tokens.Brian2008-02-191-0/+4
* Apple: Pulled in changes from Apple's patchset to allow mesa to build on darw...Jeremy Huddleston2008-02-192-19/+42
* i965: new integrated graphics chipset supportXiang, Haihao2008-02-1922-60/+185
* Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)Brian2008-02-162-88/+169
* Fix glBindTexture crash (bug 14514)Brian2008-02-152-1/+4
* fix bug with generated fragment programs if vertex shader is activeRoland Scheidegger2008-02-151-2/+2
* miniglx doc updatescaner2008-02-141-60/+141
* _mesa_swizzle_ubyt_image: Don't use single swizzle_copy callXiang, Haihao2008-02-131-0/+1
* added -altopts to allow overriding all other optsAndy Skinner2008-02-071-2/+51
* fix bug 9871Brian2008-02-061-0/+1
* Fix bug 9871: enable user-defined clip planes for R300Brian2008-02-065-8/+103
* [965] Fix memory leak when deleting buffers with backing store.Tony DeFeo2008-02-051-0/+3
* regenerate glsl library functionsRoland Scheidegger2008-01-311-41/+42
* fix w component of glsl vec4 asinRoland Scheidegger2008-01-311-0/+1
* fix bugs 13507, 14293Brian2008-01-301-0/+1
* check if fb->Delete is null (bugs 13507,14293)Brian2008-01-301-1/+6
* Add new RV380 pci idAlex Deucher2008-01-292-0/+2
* Merge branch 'mesa_7_0_branch' of git+ssh://[email protected]/git/mes...Alex Deucher2008-01-2910-12/+47
|\
| * pull some more fixes for pbo access from trunkAlan Hourihane2008-01-282-10/+9
| * fix some pbo path problemsAlan Hourihane2008-01-282-2/+4
| * i965: valid message length includes message header.Xiang, Haihao2008-01-251-1/+1
| * i965: re-define the type of reg.loopcount.Xiang, Haihao2008-01-251-1/+1
| * Assorted patches for miniglx/linux-solo (Gavin Li <[email protected]>)Brian2008-01-234-0/+33