Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/ | Brian Paul | 2005-10-19 | 1 | -4/+4 |
| | |||||
* | Add _mesa_exec_malloc() and _mesa_exec_free() for allocating | Keith Whitwell | 2005-10-18 | 1 | -1/+1 |
| | | | | | executable memory. Based on Thomas Hellstrom's patch. TODO: glapi.c also needs this, but cannot access this code. | ||||
* | Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless. | Adam Jackson | 2005-01-31 | 1 | -4/+0 |
| | |||||
* | Add code to support projective texturing and fix mixed enabling of texture | Eric Anholt | 2004-10-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | coordinate generation. Original code by Roland Schiedegger, with changes by myself. While here, ensure that the swtcl path does tnl_install_attrs enough when fog/specular are being (en/dis)abled. Notable effects: - projtex test works with TCL and is closer with swtcl (Bugzilla #1461) - 8/9 squares work in texgenmix instead of 3. - texcyl "reflect" mode works (GL_SPHERE_MAP is now a fallback -- unclear if the hardware can actually support it). - flickering in doom3 replaced by just plain darkness. - blocktube fixed (Bugzilla #984) - fixes stex3d | ||||
* | Update DRI drivers to current DRI CVS and make them work. | Jon Smirl | 2003-10-21 | 1 | -5/+4 |
| | |||||
* | r200 driver, brought over by Jon Smirl | Keith Whitwell | 2003-08-06 | 1 | -0/+127 |