summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many inst...Brian2007-10-231-4/+7
* don't apply ColorMask to main gcBrian2007-10-221-7/+6
* i915tex: Don't emit 'empty' blit rectangles.Michel Dänzer2007-10-171-0/+3
* fix fog, rescale_normals bugs (from gallium branch)Brian2007-10-151-3/+5
* faster write_rgba_span_front()Andreas Micheler2007-10-151-17/+78
* fix force_s3tc_enable optionMrc Gran2007-10-101-1/+1
* Brian's fix for bug9829Xiang, Haihao2007-10-041-1/+1
* minor fog calc cleanupRoland Scheidegger2007-10-031-12/+8
* fog: fix issues with negative fog coords (may fix #10529)Roland Scheidegger2007-10-031-7/+22
* make sure optimized fog params get updatedRoland Scheidegger2007-10-031-0/+2
* unbreak 3d textures (typo when setting tex layout)Roland Scheidegger2007-10-031-1/+1
* i915tex: Work around texture pitch related performance drops on i915 at least.Michel Dänzer2007-10-031-1/+10
* fix VBO-split infinite loop (bug 12164)Brian2007-09-291-4/+3
* add support for LDFLAGS env varDan Nicholson2007-09-2818-20/+25
* i965: fix vblank on 965gm laptops by bringing in code from i915Dave Airlie2007-09-282-1/+45
* mesa: make sure the gotten value isn't greater than theXiang, Haihao2007-09-271-2/+5
* i965: handle all unfilled mode in clip stage. fix bug #12453Xiang, Haihao2007-09-271-0/+4
* bump versions to 7.0.2Brian2007-09-271-3/+3
* Restore old _TriangleCaps code to fix Blender problem (bug 12164)Brian2007-09-276-0/+78
* [i965] Bug #11812: Fix fwrite return value checks in AUB file code.Roland Bär2007-09-261-8/+8
* fix fd.o bug #12217, recalcuate urb when clip plane size changeZou Nan hai2007-09-261-1/+1
* i965: The cube map texture coordinates must be devided by theXiang, Haihao2007-09-261-1/+51
* fix a bug in 965 ARB_occlusion_query,Zou Nan hai2007-09-261-2/+2
* fix DrawRangeElements error msgBrian2007-09-231-1/+1
* fix for __IBMC__Brian2007-09-201-1/+1
* fixes for bluegene-xlc-osmesa configBrian2007-09-201-1/+1
* From trunk: mesa: bind VBO_ATTRIB_XXX to correct input array when executing a...Brian2007-09-141-2/+4
* fix copypixels overlap test bug (#12417)Brian2007-09-141-2/+9
* added program_error2() function for better error reportingBrian2007-09-131-46/+59
* Fix state.texgen parsing error (bug 12313).Brian2007-09-131-5/+12
* pkg-config supportDan Nicholson2007-09-128-4/+89
* DESTDIR support.Dan Nicholson2007-09-126-23/+23
* i965: fix bug#11925Xiang, Haihao2007-09-123-2/+27
* i965: fix #11378Xiang, Haihao2007-09-121-0/+4
* In _mesa_make_current(), don't unbind FBOs from the old context.Brian2007-09-111-10/+1
* Update depth test state when binding new framebuffer objectBrian2007-09-111-0/+9
* fix commentBrian2007-09-111-1/+1
* i965: take the secondary color into account when drawingXiang, Haihao2007-09-111-5/+12
* i965: limit on LOD Bias, fix#11987Xiang, Haihao2007-09-111-1/+1
* Use temporary matrix in __gluInvertMatrixd() to fix aliasing problem (see bug...Brian2007-09-031-3/+3
* fix bug#11009Xiang, Haihao2007-09-011-2/+9
* i965: Take the upper limitation on LOD into account.Xiang, Haihao2007-09-011-2/+2
* sync with trunk, fixing bug 12239Brian2007-08-311-17/+44
* fix another occurence of movaps which might not be alignedRoland Scheidegger2007-08-311-1/+1
* s/movaps/movups/ (see bug 12216)Brian2007-08-301-5/+3
* i965: store read drawable info in intel_context. Some OpenGLXiang, Haihao2007-08-303-2/+8
* i965: check NULL pointer. fix bug#12193Xiang, Haihao2007-08-301-0/+2
* i965: samplers group in fours in WM_STATE. fix bug#9415Xiang, Haihao2007-08-301-1/+1
* i965: flush batch buffer when getting the maximum. This makesXiang, Haihao2007-08-301-0/+6
* fixed problem with big glDrawArrays (see bug 12141)Colin McDonald2007-08-271-6/+8