summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_0_branch' of git.freedesktop.org:/git/mesa/mesa into deb...Julien Cristau2007-12-1851-373/+695
|\
| * i915tex: Fix issues with glDrawBuffer(GL_NONE).Michel Dänzer2007-12-171-27/+23
| * fix polygon cull regressionBrian2007-12-141-7/+3
| * fix span->facing computation and gl_FrontFacing initializationBrian2007-12-042-7/+5
| * Fix gl_FrontFacing compilation problemBrian2007-12-041-1/+2
| * fix DD_TRI_LIGHT_TWOSIDE bug (#13368)Brian2007-12-031-4/+4
| * added missing quote charBrian2007-12-031-1/+1
| * i915tex: Fix up state changes for i8xx.Michel Dänzer2007-12-031-6/+56
| * fix-build: remove ctx->_Facing assignmentBrian2007-11-301-8/+0
| * fix broken two-sided stencilBrian2007-11-3015-24/+49
| * i965: use uncompressed instruction to ensure onlyXiang, Haihao2007-11-301-0/+1
| * New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb...Brian2007-11-294-1/+56
| * cleanups, commentsBrian2007-11-291-31/+34
| * Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.cBrian2007-11-294-102/+101
| * make sure state token values are fully initializedRoland Scheidegger2007-11-292-2/+2
| * r200: Fix texture format regression on big endian systems.Michel Dänzer2007-11-281-3/+6
| * use DEFAULT_SOFTWARE_DEPTH_BITSDelle2007-11-271-7/+9
| * set fp->UsesKill when emitting OPCODE_KILBrian2007-11-271-1/+7
| * improve 24-bit Z to 32-bit Z conversionBrian2007-11-271-2/+3
| * i915tex: Fix some minor batchbuffer errors.Keith Whitwell2007-11-261-1/+5
| * i915tex: Catch cases where not all state is emitted for a new batchbuffer.Keith Whitwell2007-11-266-2/+57
| * i915tex: Some additional blit fixes and assertions.Michel Dänzer2007-11-261-8/+24
| * i915tex: Actually wait for previous commands to complete for glFinish().Michel Dänzer2007-11-261-1/+1
| * Consolidate texture fetch code and use partial derivatives when possible.Brian2007-11-233-75/+79
| * Fix parsing of gl_FrontLightModelProduct.sceneColor, don't segfault on variableBrian2007-11-232-5/+15
| * need to check border width in sample_linear_2d() - fixes failed assertion in ...Brian2007-11-231-0/+1
| * Bump version numbers to 7.0.3 for next releaseBrian2007-11-221-3/+3
| * Recompute ctx->Point._Size if GL_POINT_SIZE_MIN/MAX changes.Brian2007-11-222-3/+12
| * fix z buffer read/write issue with rv100-like chips and old ddxRoland Scheidegger2007-11-221-1/+5
| * clamp lambda to Min/MaxLodBrian2007-11-191-3/+6
| * fix some texture format assertions, etcBrian2007-11-191-23/+11
| * fix out-of-bounds array index (ix=-1)Brian2007-11-191-2/+3
| * added gl_dispatch_stub_772()Brian2007-11-161-0/+1
| * fix position invariant vertex programs for sw-tnlRoland Scheidegger2007-11-151-52/+151
| * fix bogus assumption if ddx has set up surface reg for z bufferRoland Scheidegger2007-11-151-2/+1
* | Merge tag 'mesa_7_0_2' into debian-unstableBrice Goglin2007-11-1174-1441/+1959
|\|
| * code clean-ups, reformattingBenno Schulenberg2007-11-091-11/+8
| * remove commented-out codeBenno Schulenberg2007-11-091-110/+7
| * fix Unichrome/Blender crash, bug 13142Benno Schulenberg2007-11-081-2/+4
| * r200: Fix SetTexOffset format for 16 bit pixmaps/textures.Michel Dänzer2007-11-061-6/+6
| * r200: Implement SetTexOffset hook.Chris Rankin2007-11-065-32/+76
| * Check for NULL VB->EdgeFlag array.Brian2007-11-051-8/+10
| * fix mmx code (bug 12614)Brian2007-11-051-8/+8
| * Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if ...Brian2007-11-033-13/+31
| * check for count==0 in _mesa_validate_DrawArrays()Brian2007-10-311-2/+3
| * Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian2007-10-3013-283/+168
| * Finish up ATI_separate_stencilBrian2007-10-3014-1066/+1250
| * add missing _mesa_StencilFuncSeparateATI functionRoland Scheidegger2007-10-302-0/+77
| * driFenceType: Really return fence type, not flags.Michel Dänzer2007-10-291-1/+1
| * Only set R_MODE with NV_point_spriteAlan Hourihane2007-10-281-1/+2