mesa/src/mesa
Brian Paul cb53555058 Redefine the BYTE_TO_FLOAT() and SHORT_TO_FLOAT() macros to avoid problems
converting 0 to exactly 0.0
This goes against the OpenGL spec (see table 2.6) but solves problems
when doing byte -> float -> ubyte conversion for particular texture formats.
2006-09-10 17:42:57 +00:00
..
array_cache Rename some functions/macros to better reflect their behaviour: 2006-06-13 17:13:15 +00:00
drivers don't use xmesa_DrawPixels_8R8G8B() if there's a software alpha channel 2006-09-10 17:10:36 +00:00
glapi Add API description for GLX_SGI_swap_control. 2006-08-31 20:50:43 +00:00
main Redefine the BYTE_TO_FLOAT() and SHORT_TO_FLOAT() macros to avoid problems 2006-09-10 17:42:57 +00:00
math Rename some functions/macros to better reflect their behaviour: 2006-06-13 17:13:15 +00:00
ppc Initial support for PowerPC specific code in Mesa and DRI drivers. DRI 2004-10-13 19:56:15 +00:00
shader for VERTEX_ATTRIB_WEIGHT, use break, not return 2006-09-06 05:03:47 +00:00
sparc Deprecate GL_EXT_vertex_weighting. 2006-08-29 17:44:45 +00:00
swrast Move call to _swrast_update_rasterflags() since it depends on the 2006-08-29 22:32:31 +00:00
swrast_setup s/ATTRIBUTE/GENERIC/ 2006-06-14 04:15:16 +00:00
tnl only allow VERT_ATTRIB_MAX instead of _TNL_ATTRIB_MAX for inputs of vertex programs (fixes a segfault since the result of the shift is undefined otherwise, and it may happen that _TNL_ATTRIB_POINTSIZE will be tried to read, unlike all other attribs this however may be unitialized (might be a bug in itself)). 2006-09-07 13:26:44 +00:00
tnl_dd Fix build failure in the savage driver. 2006-07-28 21:30:14 +00:00
x86 Deprecate GL_EXT_vertex_weighting. 2006-08-29 17:44:45 +00:00
x86-64 Deprecate GL_EXT_vertex_weighting. 2006-08-29 17:44:45 +00:00
descrip.mms Committing in . 2004-04-05 06:12:01 +00:00
Makefile move ALL_SOURCES to sources file 2006-08-21 16:05:30 +00:00
Makefile.DJ DMesa now uses OSMesa as a back-end. 2006-03-31 20:53:12 +00:00
Makefile.mgw fix MinGW problems (bug 4956) 2005-11-04 00:52:08 +00:00
sources remove stray tab 2006-09-06 13:44:57 +00:00