Brian Paul
f6e0e92beb
fix bug 426657: need to clamp RGBA before color table lookups
24 年之前
Brian Paul
6f0ab1d868
import from 3.4 branch
24 年之前
Brian Paul
e34d63f087
added 3.4.2 changes, SPARC assembly
24 年之前
Brian Paul
04a6c35819
updated copyright
24 年之前
Brian Paul
7943b349d6
SPARC assembly optimizations from David Miller.
24 年之前
Brian Paul
8bd0693101
a little more work on GL_SGIS_generate_mipmap
24 年之前
Brian Paul
6b1e4ea5a5
fixed a number of multi-texture line bugs
24 年之前
Brian Paul
300e1056f5
added multitexture support
24 年之前
Brian Paul
3893e638e6
initial support for GL_SGIS_generate_mipmap extension
24 年之前
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.
24 年之前
Brian Paul
e9482d004f
s/Height/height/ (Jeff Potter)
24 年之前
Brian Paul
d577248b89
added missing #undefs at end of file
24 年之前
Brian Paul
ca78774fc7
fixed a bad error string in ClientActiveTexture()
24 年之前
Brian Paul
569b5f32b9
fixed two GL error calls
24 年之前
Brian Paul
758a21f104
fixed Width/Height typo (Jeff Hartmann)
24 年之前
Brian Paul
1341f40dfe
removed (void) index; statement
24 年之前
Keith Whitwell
5439ab0683
Comment out __FUNCTION__ usage.
24 年之前
Keith Whitwell
89dae684aa
Fix order of decomposition of quad.
Remove 'swrast->_MultiTexEnabled' derived value.
24 年之前
Brian Paul
47cf442c11
use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)
24 年之前
Brian Paul
441a4af435
generate INVALID_OPERATION if active texture != 0 in glMap[12][fd]
24 年之前
Keith Whitwell
dbd0dad580
fix for Jouk's glplanet bug
24 年之前
Brian Paul
c47a5327d3
added latest 3.5 changes
24 年之前
Brian Paul
5071b0812f
Apply antialiasing coverage factor to alpha after texture application,
not before.
24 年之前
Brian Paul
a51f07d5a1
_mesa_pack_index_span() was broken for non-GLubyte datatypes
24 年之前
Brian Paul
9e48553ccc
increase FOG_MAX to 10.0 to fix CI conformace failure
24 年之前
Brian Paul
80532da3bf
minor clean-ups and more comments
24 年之前
Brian Paul
d57bcbed46
moved some misplaced compiler flags from CC assigment to CFLAGS
24 年之前
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
24 年之前
Keith Whitwell
649971518c
typo
24 年之前
Brian Paul
f89035b8c4
changed MAX_HEIGHT to 2048
24 年之前
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.
24 年之前
Keith Whitwell
9cf779e7ac
Fix for glean texgen test.
24 年之前
Keith Whitwell
b8d091d350
increase blocksize, remove dead opcodes
24 年之前
Gareth Hughes
53e4ebd4e3
Fix long-standing FP exception bug in _mesa_x86_cliptest_points4().
24 年之前
Brian Paul
d29e9dfe93
fixed scissor clear problem (Michael Saunders)
25 年之前
Keith Whitwell
c6083e1dc4
Clean up _tnl_Begin/begin/hard_begin.
Fix some problems with draw_arrays, draw_elements.
25 年之前
Keith Whitwell
b8f9980999
fix a couple of small bugs
25 年之前
Keith Whitwell
5759f53934
made render path selection more flexible
25 年之前
Keith Whitwell
6d1055c967
Clean up translation of array elements, copying of elts in pure-elt
cassettes. Fixes problem with isosurf/compiled-array-elt/strips.
25 年之前
Brian Paul
1a3e034b12
redo previous change in a more defensive way
25 年之前
Brian Paul
a5cc6155d4
added check for zero-length spans, avoids potential problems later
25 年之前
Brian Paul
dbed202744
fixed some divide by zero problems found w/ conform
25 年之前
Brian Paul
bd3d9b9d04
RGBA mode GL_NAND was wrong, fixed 16-bit GLchan support
25 年之前
Keith Whitwell
8b6a91a93f
Set 'prefer_float_colors' true, now that tnl uses them natively.
Apply Jeff Epler's optimization to ci spans as well, remove old code.
25 年之前
Brian Paul
e296d7f0e4
applied Jeff & Keith's optimization to write_span_mono_pixmap()
25 年之前
Brian Paul
ad51be1ad4
fixed bad texture border test (sometimes caused a segfault)
25 年之前
Brian Paul
72deb502d7
minor clean-up
25 年之前
Keith Whitwell
bc69de5f21
Driver interface changes
25 年之前
Keith Whitwell
7954a0cafd
Replace PipelineStart, PipelineFinish with RunPipeline. Clean up
_tnl_run_pipeline() a little.
25 年之前
Brian Paul
f2bcadec7c
removed linux-386-opt-V2-glide config since FX_V2 symbol has no significance anymore
25 年之前