Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New ctx->Driver.Map/UnmapTexture() functions for accessing textures from ↵ | Brian | 2007-11-29 | 4 | -1/+56 | |
| | | | | t_vb_program.c | |||||
* | cleanups, comments | Brian | 2007-11-29 | 1 | -31/+34 | |
| | | | | | | Conflicts: src/mesa/tnl/t_vb_program.c | |||||
* | Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.c | Brian | 2007-11-29 | 4 | -102/+101 | |
| | ||||||
* | make sure state token values are fully initialized | Roland Scheidegger | 2007-11-29 | 2 | -2/+2 | |
| | ||||||
* | r200: Fix texture format regression on big endian systems. | Michel Dänzer | 2007-11-28 | 1 | -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_BITS | Delle | 2007-11-27 | 1 | -7/+9 | |
| | ||||||
* | minor additions to avoid FAQs | Brian | 2007-11-27 | 1 | -0/+6 | |
| | ||||||
* | document GLSL float f/F suffix bug | Brian | 2007-11-27 | 1 | -0/+1 | |
| | ||||||
* | set fp->UsesKill when emitting OPCODE_KIL | Brian | 2007-11-27 | 1 | -1/+7 | |
| | ||||||
* | improve 24-bit Z to 32-bit Z conversion | Brian | 2007-11-27 | 1 | -2/+3 | |
| | ||||||
* | i915tex: Fix some minor batchbuffer errors. | Keith Whitwell | 2007-11-26 | 1 | -1/+5 | |
| | ||||||
* | i915tex: Catch cases where not all state is emitted for a new batchbuffer. | Keith Whitwell | 2007-11-26 | 6 | -2/+57 | |
| | | | | This could lead to incorrect rendering or even lockups. | |||||
* | i915tex: Some additional blit fixes and assertions. | Michel Dänzer | 2007-11-26 | 1 | -8/+24 | |
| | ||||||
* | i915tex: Actually wait for previous commands to complete for glFinish(). | Michel Dänzer | 2007-11-26 | 1 | -1/+1 | |
| | ||||||
* | Consolidate texture fetch code and use partial derivatives when possible. | Brian | 2007-11-23 | 3 | -75/+79 | |
| | ||||||
* | fix a few GLSL bugs | Brian | 2007-11-23 | 1 | -0/+2 | |
| | ||||||
* | Fix parsing of gl_FrontLightModelProduct.sceneColor, don't segfault on variable | Brian | 2007-11-23 | 2 | -5/+15 | |
| | | | | array indexes. | |||||
* | need to check border width in sample_linear_2d() - fixes failed assertion in ↵ | Brian | 2007-11-23 | 1 | -0/+1 | |
| | | | | texwrap.c test | |||||
* | Bump version numbers to 7.0.3 for next release | Brian | 2007-11-22 | 2 | -7/+7 | |
| | ||||||
* | Recompute ctx->Point._Size if GL_POINT_SIZE_MIN/MAX changes. | Brian | 2007-11-22 | 2 | -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 ddx | Roland Scheidegger | 2007-11-22 | 1 | -1/+5 | |
| | ||||||
* | Initial 7.0.3 relnotes | Brian | 2007-11-20 | 2 | -0/+55 | |
| | ||||||
* | bring over Fortran fixes from master | Brian | 2007-11-20 | 3 | -28/+32 | |
| | ||||||
* | Obsolete | Brian | 2007-11-20 | 1 | -164/+0 | |
| | ||||||
* | Rename glut_fbc.c -> glut_fcb.c (cb=callback) | Brian | 2007-11-20 | 2 | -0/+165 | |
| | ||||||
* | clamp lambda to Min/MaxLod | Brian | 2007-11-19 | 1 | -3/+6 | |
| | ||||||
* | fix some texture format assertions, etc | Brian | 2007-11-19 | 1 | -23/+11 | |
| | ||||||
* | fix out-of-bounds array index (ix=-1) | Brian | 2007-11-19 | 1 | -2/+3 | |
| | ||||||
* | added gl_dispatch_stub_772() | Brian | 2007-11-16 | 1 | -0/+1 | |
| | ||||||
* | fix position invariant vertex programs for sw-tnl | Roland Scheidegger | 2007-11-15 | 1 | -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 buffer | Roland Scheidegger | 2007-11-15 | 1 | -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 info | Brian | 2007-11-13 | 1 | -0/+17 | |
| | ||||||
* | DRI memory manager info (fixes dangling link) | Brian | 2007-11-13 | 1 | -0/+21 | |
| | ||||||
* | remove dependency on libGLU | Brian | 2007-11-12 | 1 | -2/+1 | |
| | ||||||
* | add glw.pc.in to tarball list, remove from DEPEND_FILES | Brian | 2007-11-12 | 1 | -1/+1 | |
| | ||||||
* | added md5 checksumsmesa_7_0_2 | Brian | 2007-11-10 | 1 | -0/+9 | |
| | ||||||
* | final changes for 7.0.2 relesae | Brian | 2007-11-10 | 3 | -19/+6 | |
| | ||||||
* | code clean-ups, reformatting | Benno Schulenberg | 2007-11-09 | 1 | -11/+8 | |
| | ||||||
* | remove commented-out code | Benno Schulenberg | 2007-11-09 | 1 | -110/+7 | |
| | ||||||
* | fix blender/unichrome crash, bug 13142 | Brian | 2007-11-08 | 1 | -0/+1 | |
| | ||||||
* | fix Unichrome/Blender crash, bug 13142 | Benno Schulenberg | 2007-11-08 | 1 | -2/+4 | |
| | ||||||
* | added -fno-strict-aliasing and -fPIC flags | Brian | 2007-11-08 | 1 | -0/+1 | |
| | ||||||
* | change filenames for rc2 | Brian | 2007-11-08 | 1 | -4/+4 | |
| | ||||||
* | r200: Fix SetTexOffset format for 16 bit pixmaps/textures. | Michel Dänzer | 2007-11-06 | 1 | -6/+6 | |
| | | | | Use symbolic array indices to clarify. | |||||
* | r200: Implement SetTexOffset hook. | Chris Rankin | 2007-11-06 | 5 | -32/+76 | |
| | | | | Implementation guidance by Michel Dänzer, final testing by Timo Aaltonen. | |||||
* | Check for NULL VB->EdgeFlag array. | Brian | 2007-11-05 | 1 | -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) | Brian | 2007-11-05 | 1 | -0/+1 | |
| | ||||||
* | fix mmx code (bug 12614) | Brian | 2007-11-05 | 1 | -8/+8 | |
| | ||||||
* | SSE codegen fixes | Brian | 2007-11-03 | 1 | -0/+1 | |
| | ||||||
* | Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if ↵ | Brian | 2007-11-03 | 3 | -13/+31 | |
| | | | | _mesa_exec_malloc() returns NULL. |