aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* New ctx->Driver.Map/UnmapTexture() functions for accessing textures from ↵Brian2007-11-294-1/+56
| | | | t_vb_program.c
* cleanups, commentsBrian2007-11-291-31/+34
| | | | | | Conflicts: src/mesa/tnl/t_vb_program.c
* 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
| | | | | | | | See https://bugs.freedesktop.org/show_bug.cgi?id=13324 . Also use tx_table_be for VALID_FORMAT, in case r200SetTexImages ever gets called for MESA_FORMAT_RGB888. (cherry picked from commit dc88a96631c21c2bc2cdffefc8947e8924d77c91)
* use DEFAULT_SOFTWARE_DEPTH_BITSDelle2007-11-271-7/+9
|
* minor additions to avoid FAQsBrian2007-11-271-0/+6
|
* document GLSL float f/F suffix bugBrian2007-11-271-0/+1
|
* 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
| | | | This could lead to incorrect rendering or even lockups.
* 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 a few GLSL bugsBrian2007-11-231-0/+2
|
* Fix parsing of gl_FrontLightModelProduct.sceneColor, don't segfault on variableBrian2007-11-232-5/+15
| | | | array indexes.
* need to check border width in sample_linear_2d() - fixes failed assertion in ↵Brian2007-11-231-0/+1
| | | | texwrap.c test
* Bump version numbers to 7.0.3 for next releaseBrian2007-11-222-7/+7
|
* Recompute ctx->Point._Size if GL_POINT_SIZE_MIN/MAX changes.Brian2007-11-222-3/+12
| | | | Note that all the point size clamping stuff has been redone in Mesa/master.
* fix z buffer read/write issue with rv100-like chips and old ddxRoland Scheidegger2007-11-221-1/+5
|
* Initial 7.0.3 relnotesBrian2007-11-202-0/+55
|
* bring over Fortran fixes from masterBrian2007-11-203-28/+32
|
* ObsoleteBrian2007-11-201-164/+0
|
* Rename glut_fbc.c -> glut_fcb.c (cb=callback)Brian2007-11-202-0/+165
|
* 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
| | | | | | do the same math as for fixed function pipe, including user clip planes. (mostly resurrected from the dead t_vb_arbprogram.c code)
* fix bogus assumption if ddx has set up surface reg for z bufferRoland Scheidegger2007-11-151-2/+1
| | | | | | | | this is wrong since even if ddx has not set up a surface reg to cover the z buffer we should pretend it has on those rv100 chips since they presumably do not do z buffer tiling if not using hyperz, so we can use linear addressing just the same. Doesn't seem to fix #13080, but it's wrong anyway and the bug almost certainly broke newer non-tcl chips.
* add pointer to Gallium3D infoBrian2007-11-131-0/+17
|
* DRI memory manager info (fixes dangling link)Brian2007-11-131-0/+21
|
* remove dependency on libGLUBrian2007-11-121-2/+1
|
* add glw.pc.in to tarball list, remove from DEPEND_FILESBrian2007-11-121-1/+1
|
* added md5 checksumsmesa_7_0_2Brian2007-11-101-0/+9
|
* final changes for 7.0.2 relesaeBrian2007-11-103-19/+6
|
* code clean-ups, reformattingBenno Schulenberg2007-11-091-11/+8
|
* remove commented-out codeBenno Schulenberg2007-11-091-110/+7
|
* fix blender/unichrome crash, bug 13142Brian2007-11-081-0/+1
|
* fix Unichrome/Blender crash, bug 13142Benno Schulenberg2007-11-081-2/+4
|
* added -fno-strict-aliasing and -fPIC flagsBrian2007-11-081-0/+1
|
* change filenames for rc2Brian2007-11-081-4/+4
|
* r200: Fix SetTexOffset format for 16 bit pixmaps/textures.Michel Dänzer2007-11-061-6/+6
| | | | Use symbolic array indices to clarify.
* r200: Implement SetTexOffset hook.Chris Rankin2007-11-065-32/+76
| | | | Implementation guidance by Michel Dänzer, final testing by Timo Aaltonen.
* Check for NULL VB->EdgeFlag array.Brian2007-11-051-8/+10
| | | | | There might be a bug elsewhere, but this is a simple work-around for now. See bug 12614
* fix mmx code (bug 12614)Brian2007-11-051-0/+1
|
* fix mmx code (bug 12614)Brian2007-11-051-8/+8
|
* SSE codegen fixesBrian2007-11-031-0/+1
|
* Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if ↵Brian2007-11-033-13/+31
| | | | _mesa_exec_malloc() returns NULL.