summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-07-27Merge branch 'mesa_7_0_branch' of git://anongit.freedesktop.org/git/mesa/mesa...Julien Cristau10-111/+124
2007-07-27More Mingw32 fixes from Zhang (zxpmyth@yahoo.com.cn)Brian3-67/+61
2007-07-26Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.Brian4-34/+45
2007-07-26generate error upon writing to varying var in fragment program (bug 11733)Brian1-5/+8
2007-07-24call ctx->Driver.NewProgram() instead of _mesa_new_program()Brian2-2/+2
2007-07-23fix GLX_STEREO handling (bug 11705)Brian1-3/+8
2007-07-23Merge branch 'mesa_7_0_branch' of git://anongit.freedesktop.org/git/mesa/mesa...Julien Cristau53-2264/+1114
2007-07-21Fix a number of MINGW32 issues (Zhang <zxpmyth@yahoo.com.cn>)mesa_7_0_1_rc1Brian17-46/+544
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 11309Brian1-12/+16
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-06add GL_QUADS to i915_reduced_primitive_state() to fix redbook/polys demoBrian2-0/+2
2007-07-05fix a syntax error (missing right-paren)Brian1-1/+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-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.1Brian1-3/+3
2007-07-03Revert the version of libOSMesa.so to 6.5.3 to avoid linking issues that were...Brian1-4/+3
2007-07-03use _mesa_unpack_stencil_span() in draw_stencil_pixels(), bug 11457Brian1-6/+5
2007-07-02add const to wglSetPixelFormat() to match .h declarationBrian1-1/+1
2007-07-01Fix merge and delete symlinks which aren't in the tarball.Julien Cristau7-8/+0
2007-06-28Add a few missing GL 2.0 entrypoints, regenerate related files.Brian7-142/+226
2007-06-28a variety of fixes for MingWzhang10-74/+96
2007-06-28remove obsolete t_save_api.cBrian1-1834/+0
2007-06-27Merge remote branch 'origin/debian-experimental' into debian-experimentalDavid Nusinow1-0/+2
2007-06-27Merge branch 'upstream-experimental' into debian-experimentalDavid Nusinow102-7953/+6501
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-23restore GL_TEXTURE_LOD_BIAS in _mesa_PopAttrib(), bug 11049Brian1-0/+1
2007-05-23Fix point attentuation problem (bug 11042)Brian2-10/+11
2007-05-21if light position is local, treat it as a homogeneous coord and divide by W (...Brian1-2/+9
2007-05-19fix miptree layout (i915) for small compressed mipmapsRoland Scheidegger2-4/+2
2007-05-19fix copy & paste bug of previous commit, breaking dxt5 formatsRoland Scheidegger1-0/+1
2007-05-19fix miptree comparison with compressed texturesRoland Scheidegger1-7/+10
2007-05-19fix small s3tc mipmaps (#10968)Roland Scheidegger2-23/+20
2007-05-18fix STATE_HALF_VECTOR value (bug 10987)Brian1-8/+8
2007-05-17Refactor determining whether a texture target can use compressed formatIan Romanick1-25/+19
2007-05-17In DestroyPbuffer(), use GetReq() intead of GetReqExtra(). See bug 10983.Brian1-1/+1