Keith Whitwell
|
cd487af90b
|
remove debug code
|
24 years ago |
Keith Whitwell
|
5f2230c7bf
|
add missing translate functions
|
24 years ago |
Keith Whitwell
|
bcf749e83a
|
fix possible segfault on destroy context
|
24 years ago |
Keith Whitwell
|
335634b807
|
Add FLUSH_CURRENT() calls to fix ordering problems (incl. hierarchical
dlist calls).
|
24 years ago |
Keith Whitwell
|
e809379caf
|
Use correct PV when clipping.
|
24 years ago |
Keith Whitwell
|
0a716cdff8
|
Don't scale basealpha by 255 now it's a float.
|
24 years ago |
Keith Whitwell
|
0ff31445f2
|
fix eval/colormaterial interaction
|
24 years ago |
Brian Paul
|
bc920f08f5
|
set MRD to 1.0, fixes new Glean polygon offset failure
|
24 years ago |
Brian Paul
|
dae62174c5
|
sample plane equations at fragment centers, not lower-left corner
|
24 years ago |
Gareth Hughes
|
c5e907e501
|
Add new tests.
|
24 years ago |
Gareth Hughes
|
95d0fe9c11
|
More cleanups.
|
24 years ago |
Gareth Hughes
|
c329f0824c
|
Initial new Win32 build support. More to come.
|
24 years ago |
Brian Paul
|
43caa5c09a
|
added info about driver status in 3.5
|
24 years ago |
Brian Paul
|
a2519c8aed
|
do FLUSH_VERTICES() in glGet*() functions to make occlusion testing work, perhaps needed for other cases, like GL_CURRENT_COLOR
|
24 years ago |
Brian Paul
|
1b3528fe63
|
interpolate fog valus as floats, not fixed - fixed the swrast fog problem
|
24 years ago |
Keith Whitwell
|
652a14a215
|
fix for moebius infinite loop
|
24 years ago |
Brian Paul
|
a03463303d
|
added assertion to catch infinite loop in _tnl_fixup_compiled_cassette() - might help Keith
|
24 years ago |
Brian Paul
|
9e351d52ae
|
minor clean-ups and warning fixes
|
24 years ago |
Keith Whitwell
|
5028216c81
|
add disabled test to turn on vertex snapping.
|
24 years ago |
Brian Paul
|
531ac77263
|
fixed vertex color problems
|
24 years ago |
Brian Paul
|
fe5cb830b1
|
teximage updates. seems to work fine.
|
24 years ago |
Brian Paul
|
104c9fde4e
|
changed parameters to _mesa_rescale_teximage2d()
|
24 years ago |
Brian Paul
|
70bb907286
|
minor XFree86 change
|
24 years ago |
Keith Whitwell
|
adcc2ce92b
|
float color changes
|
24 years ago |
Brian Paul
|
7448e33768
|
applied Diego Santa Cruz's patch to triangulateRectCenter()
|
24 years ago |
Keith Whitwell
|
5b976943ee
|
removed debug
|
24 years ago |
Keith Whitwell
|
f4a003c3ca
|
fix from Jouk
|
24 years ago |
Keith Whitwell
|
0e14d6d68e
|
Lots more eval fixes
|
24 years ago |
Keith Whitwell
|
16837e4219
|
Restore optimization for cva glArrayElement operation.
|
24 years ago |
Brian Paul
|
ac4a41d198
|
sync with XFree86/DRI glcore.h, now identical
|
24 years ago |
Keith Whitwell
|
3d49061bfc
|
typo
|
24 years ago |
Keith Whitwell
|
d92f615fe5
|
More HW_DIVIDE checks.
|
24 years ago |
Keith Whitwell
|
1018a16f39
|
Allow drivers to provide a dynamic CHECK_HW_DIVIDE, to turn the divide off
according to a runtime test.
|
24 years ago |
Keith Whitwell
|
f358988f2e
|
fix color copying in twosided quads
|
24 years ago |
Keith Whitwell
|
04a374bd05
|
add specialized interp for backcolor, edgeflags
|
24 years ago |
Keith Whitwell
|
51c0c71811
|
Support for floating point color representation in tnl module.
|
24 years ago |
Brian Paul
|
27b0758a94
|
added -display option
|
24 years ago |
Brian Paul
|
1832f1cc86
|
changed xmesa_visual and xmesa_buffer structs to directly include GLvisual and GLframebuffer structs instead of pointers
|
24 years ago |
Brian Paul
|
75978bd85e
|
added _mesa_free_framebuffer_data()
|
24 years ago |
Brian Paul
|
4dbd625eaf
|
added 16-bit/channel rendering info
|
24 years ago |
Brian Paul
|
785c3469f4
|
Added Makefile support for building libOSMesa16.so which is Mesa compiled
for 16-bit color channels, using the OSMesa driver.
|
24 years ago |
Brian Paul
|
f20ea88f88
|
fixed mem leak in XFreeFontInfo() call
|
24 years ago |
Brian Paul
|
11785d441d
|
flush pipeline in WMesaSwapBuffers (Frank Warmerdam)
|
24 years ago |
Keith Whitwell
|
908be619fd
|
first pass at eval fixes
|
24 years ago |
Keith Whitwell
|
8bce6a217a
|
no-copy drawarrays for remaining non-fan primitives
|
24 years ago |
Brian Paul
|
5a2f32b102
|
fixed a potential tex obj reference count problem involving multi-texture
|
24 years ago |
Brian Paul
|
830bf65275
|
added -Wundef to linux-debug compiler flags
|
24 years ago |
Brian Paul
|
73ccfa0e9a
|
added ShowAlphaBuffer feature - 'a' key
|
24 years ago |
Brian Paul
|
3bfd0e6f9f
|
minor simplification in glGetTexLevelParameter
|
24 years ago |
Brian Paul
|
31acab88f2
|
fixed typo in GL_ARB_transpose_matrix
|
24 years ago |