summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-07-24fix logic error, typosBrian1-5/+4
2007-07-23fix GLX_STEREO bugBrian1-0/+1
2007-07-23fix GLX_STEREO handling (bug 11705)Brian1-3/+8
2007-07-21Fix a number of MINGW32 issues (Zhang <zxpmyth@yahoo.com.cn>)mesa_7_0_1_rc1Brian25-92/+719
2007-07-21drop VC6 and VC7 project files until updatedBrian2-11/+1
2007-07-13fix bug 11588Brian1-0/+2
2007-07-13fix shader/info string length queries (bug 11588)Jan Dvorak1-3/+3
2007-07-12fix width/depth mix-up (bug 11577)Brian1-1/+1
2007-07-12Merge branch 'mesa_7_0_branch' of git+ssh://brianp@git.freedesktop.org/git/me...Brian4-37/+41
2007-07-12fix swizzle-related bug 11534Brian1-2/+3
2007-07-10i915tex: Better procedure for dropping batchbuffer on virtual resolution change.Michel Dänzer1-20/+10
2007-07-10i915tex: Only wait for vblank when really necessary.Michel Dänzer2-10/+27
2007-07-10Clear pointers to freed cliprects.Michel Dänzer1-0/+2
2007-07-10Remove dubious compile-time test for pre-2.4 Linux kernels.Michel Dänzer1-7/+2
2007-07-08Fix zero-size texture checking in _mesa_test_proxy_teximage(), bug 11309Brian2-12/+17
2007-07-08Check if 'indices' is NULL, bug 11314Brian1-2/+17
2007-07-08check depthScale value for optimized ushort->uint case (fixes bug 11474)Brian1-1/+13
2007-07-06fix i915 polygon stipple bugBrian1-0/+1
2007-07-06add GL_QUADS to i915_reduced_primitive_state() to fix redbook/polys demoBrian2-0/+2
2007-07-06call glutInit(), bug 11486Xavier Bachelot5-7/+6
2007-07-05fix a syntax error (missing right-paren)Brian1-1/+1
2007-07-05fix bug 11475Brian1-0/+1
2007-07-05Copy from Mesa master. Includes fixes for bugs 11475 and 11448.Brian1-40/+63
2007-07-04fix LogicOp/bitmap problem, bug 11133Eric Anholt3-5/+12
2007-07-03add fbdev/ to DEMO_FILESBrian1-0/+2
2007-07-03document GLSL fixesBrian1-0/+2
2007-07-03bring over Roland's DOT3_RGBA fix from masterBrian1-1/+1
2007-07-03added vec2(vec4) constructor, bug 11404Brian2-53/+59
2007-07-03add code for stpq, rgba writemasks in make_writemask(), bug 11404Brian1-0/+8
2007-07-03Bump version to 7.0.1Brian3-9/+9
2007-07-03Revert the version of libOSMesa.so to 6.5.3 to avoid linking issues that were...Brian2-5/+7
2007-07-03use _mesa_unpack_stencil_span() in draw_stencil_pixels(), bug 11457Brian2-6/+6
2007-07-02add const to wglSetPixelFormat() to match .h declarationBrian1-1/+1
2007-06-29regeneratedBrian1-0/+93
2007-06-28Add a few missing GL 2.0 entrypoints, regenerate related files.Brian8-142/+234
2007-06-28initial 7.0.1 relnotesBrian2-0/+67
2007-06-28a variety of fixes for MingWzhang13-80/+136
2007-06-28remove obsolete t_save_api.cBrian1-1834/+0
2007-06-28remove obsolete sourcesBrian2-73/+3
2007-06-22md5 sums for 7.0Brian1-1/+9
2007-06-22fix date for 7.0 releasemesa_7_0Brian1-1/+1
2007-06-22update versionBrian1-5/+1
2007-06-22bring in Eric's FreeBSD fixes for -pthreadBrian2-2/+6
2007-06-20set tentative 7.0 release dateBrian2-2/+2
2007-06-12fix TEXTREL problem (bug 7459)Brian1-0/+2
2007-06-12Fix TEXREL issues when using GLX_USE_TLS (see bug 7459).Brian3-15/+35
2007-06-12fix GLX_USE_TLS breakageBrian1-1/+1
2007-06-08disable depthBits check in check_compatible(), see bug 11161Brian1-2/+5
2007-06-08remove old comment about DEFAULT_SOFTWARE_DEPTH_BITSBrian1-6/+3
2007-05-23document bug 11049 fixBrian1-0/+1