Brian Paul
736fcbec47
infrastructure for GL_ARB_multisample
před 24 roky
Brian Paul
5ff1c613ea
removed unused var
před 24 roky
Brian Paul
b0bb4f6226
more work on XMesa / libGL integration
před 24 roky
Brian Paul
b95884c53d
added void to __GLXextFuncPtr
před 24 roky
Brian Paul
2a3cc7d907
added missing GLX_SGIS_multisample tokens
před 24 roky
Brian Paul
c98da4d99a
changed #if OLD_VMS to #ifdef OLD_VMS
před 24 roky
Brian Paul
12c1bee87f
added some casts so that older glx.h can be used
před 24 roky
Brian Paul
e203c9cdd8
change GLXContext and GLXFBConfig typedefs
před 24 roky
Brian Paul
7cf50e137d
Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.
před 24 roky
Brian Paul
bcebfe647f
added GL_SGIS_generate_mipmap
před 24 roky
Brian Paul
9228e17bb5
Finished GL_SGIS_generate_mipmap. Should be trivial to enable in DRI drivers.
před 24 roky
Brian Paul
55ed11bac5
prototyping some new stuff
před 24 roky
Brian Paul
874ae72495
added color table clamp bugfix
před 24 roky
Brian Paul
f6e0e92beb
fix bug 426657: need to clamp RGBA before color table lookups
před 24 roky
Brian Paul
6f0ab1d868
import from 3.4 branch
před 24 roky
Brian Paul
e34d63f087
added 3.4.2 changes, SPARC assembly
před 24 roky
Brian Paul
04a6c35819
updated copyright
před 24 roky
Brian Paul
7943b349d6
SPARC assembly optimizations from David Miller.
před 24 roky
Brian Paul
8bd0693101
a little more work on GL_SGIS_generate_mipmap
před 24 roky
Brian Paul
6b1e4ea5a5
fixed a number of multi-texture line bugs
před 24 roky
Brian Paul
300e1056f5
added multitexture support
před 24 roky
Brian Paul
3893e638e6
initial support for GL_SGIS_generate_mipmap extension
před 24 roky
Gareth Hughes
e7e38a47a8
Initial commit of cliptest work. More to come shortly.
- Add debug, benchmark code.
- Change linux/x86 FAST_MATH code to GCC/x86, and clear FP exceptions
before exiting the fast math block.
- Remove divide-by-zero test in x86 cliptest, and set clipped vertices
to [0,0,0,1] instead of leaving them uninitialized.
před 24 roky
Brian Paul
e9482d004f
s/Height/height/ (Jeff Potter)
před 24 roky
Brian Paul
d577248b89
added missing #undefs at end of file
před 24 roky
Brian Paul
ca78774fc7
fixed a bad error string in ClientActiveTexture()
před 24 roky
Brian Paul
569b5f32b9
fixed two GL error calls
před 24 roky
Brian Paul
758a21f104
fixed Width/Height typo (Jeff Hartmann)
před 24 roky
Brian Paul
1341f40dfe
removed (void) index; statement
před 24 roky
Keith Whitwell
5439ab0683
Comment out __FUNCTION__ usage.
před 24 roky
Keith Whitwell
89dae684aa
Fix order of decomposition of quad.
Remove 'swrast->_MultiTexEnabled' derived value.
před 24 roky
Brian Paul
47cf442c11
use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)
před 24 roky
Brian Paul
441a4af435
generate INVALID_OPERATION if active texture != 0 in glMap[12][fd]
před 24 roky
Keith Whitwell
dbd0dad580
fix for Jouk's glplanet bug
před 24 roky
Brian Paul
c47a5327d3
added latest 3.5 changes
před 24 roky
Brian Paul
5071b0812f
Apply antialiasing coverage factor to alpha after texture application,
not before.
před 24 roky
Brian Paul
a51f07d5a1
_mesa_pack_index_span() was broken for non-GLubyte datatypes
před 24 roky
Brian Paul
9e48553ccc
increase FOG_MAX to 10.0 to fix CI conformace failure
před 24 roky
Brian Paul
80532da3bf
minor clean-ups and more comments
před 24 roky
Brian Paul
d57bcbed46
moved some misplaced compiler flags from CC assigment to CFLAGS
před 24 roky
Brian Paul
0ab16e0134
New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems with
IFLOOR(1.99999)==2, for example. Moved some macros from config.h to glheader.h
před 24 roky
Keith Whitwell
649971518c
typo
před 24 roky
Brian Paul
f89035b8c4
changed MAX_HEIGHT to 2048
před 24 roky
Brian Paul
9bf68ad963
New triangle rasterization code. Store per-span initial/step values in the
new triangle_span struct. Much cleaner code and possibilities for future
optimizations.
před 24 roky
Keith Whitwell
9cf779e7ac
Fix for glean texgen test.
před 24 roky
Keith Whitwell
b8d091d350
increase blocksize, remove dead opcodes
před 24 roky
Gareth Hughes
53e4ebd4e3
Fix long-standing FP exception bug in _mesa_x86_cliptest_points4().
před 24 roky
Brian Paul
d29e9dfe93
fixed scissor clear problem (Michael Saunders)
před 24 roky
Keith Whitwell
c6083e1dc4
Clean up _tnl_Begin/begin/hard_begin.
Fix some problems with draw_arrays, draw_elements.
před 24 roky
Keith Whitwell
b8f9980999
fix a couple of small bugs
před 24 roky