Brian Paul
|
a2519c8aed
|
do FLUSH_VERTICES() in glGet*() functions to make occlusion testing work, perhaps needed for other cases, like GL_CURRENT_COLOR
|
24 년 전 |
Brian Paul
|
1b3528fe63
|
interpolate fog valus as floats, not fixed - fixed the swrast fog problem
|
24 년 전 |
Keith Whitwell
|
652a14a215
|
fix for moebius infinite loop
|
24 년 전 |
Brian Paul
|
a03463303d
|
added assertion to catch infinite loop in _tnl_fixup_compiled_cassette() - might help Keith
|
24 년 전 |
Brian Paul
|
9e351d52ae
|
minor clean-ups and warning fixes
|
24 년 전 |
Keith Whitwell
|
5028216c81
|
add disabled test to turn on vertex snapping.
|
24 년 전 |
Brian Paul
|
531ac77263
|
fixed vertex color problems
|
24 년 전 |
Brian Paul
|
fe5cb830b1
|
teximage updates. seems to work fine.
|
24 년 전 |
Brian Paul
|
104c9fde4e
|
changed parameters to _mesa_rescale_teximage2d()
|
24 년 전 |
Brian Paul
|
70bb907286
|
minor XFree86 change
|
24 년 전 |
Keith Whitwell
|
adcc2ce92b
|
float color changes
|
24 년 전 |
Brian Paul
|
7448e33768
|
applied Diego Santa Cruz's patch to triangulateRectCenter()
|
24 년 전 |
Keith Whitwell
|
5b976943ee
|
removed debug
|
24 년 전 |
Keith Whitwell
|
f4a003c3ca
|
fix from Jouk
|
24 년 전 |
Keith Whitwell
|
0e14d6d68e
|
Lots more eval fixes
|
24 년 전 |
Keith Whitwell
|
16837e4219
|
Restore optimization for cva glArrayElement operation.
|
24 년 전 |
Brian Paul
|
ac4a41d198
|
sync with XFree86/DRI glcore.h, now identical
|
24 년 전 |
Keith Whitwell
|
3d49061bfc
|
typo
|
24 년 전 |
Keith Whitwell
|
d92f615fe5
|
More HW_DIVIDE checks.
|
24 년 전 |
Keith Whitwell
|
1018a16f39
|
Allow drivers to provide a dynamic CHECK_HW_DIVIDE, to turn the divide off
according to a runtime test.
|
24 년 전 |
Keith Whitwell
|
f358988f2e
|
fix color copying in twosided quads
|
24 년 전 |
Keith Whitwell
|
04a374bd05
|
add specialized interp for backcolor, edgeflags
|
24 년 전 |
Keith Whitwell
|
51c0c71811
|
Support for floating point color representation in tnl module.
|
24 년 전 |
Brian Paul
|
27b0758a94
|
added -display option
|
24 년 전 |
Brian Paul
|
1832f1cc86
|
changed xmesa_visual and xmesa_buffer structs to directly include GLvisual and GLframebuffer structs instead of pointers
|
24 년 전 |
Brian Paul
|
75978bd85e
|
added _mesa_free_framebuffer_data()
|
24 년 전 |
Brian Paul
|
4dbd625eaf
|
added 16-bit/channel rendering info
|
24 년 전 |
Brian Paul
|
785c3469f4
|
Added Makefile support for building libOSMesa16.so which is Mesa compiled
for 16-bit color channels, using the OSMesa driver.
|
24 년 전 |
Brian Paul
|
f20ea88f88
|
fixed mem leak in XFreeFontInfo() call
|
24 년 전 |
Brian Paul
|
11785d441d
|
flush pipeline in WMesaSwapBuffers (Frank Warmerdam)
|
24 년 전 |
Keith Whitwell
|
908be619fd
|
first pass at eval fixes
|
24 년 전 |
Keith Whitwell
|
8bce6a217a
|
no-copy drawarrays for remaining non-fan primitives
|
24 년 전 |
Brian Paul
|
5a2f32b102
|
fixed a potential tex obj reference count problem involving multi-texture
|
24 년 전 |
Brian Paul
|
830bf65275
|
added -Wundef to linux-debug compiler flags
|
24 년 전 |
Brian Paul
|
73ccfa0e9a
|
added ShowAlphaBuffer feature - 'a' key
|
24 년 전 |
Brian Paul
|
3bfd0e6f9f
|
minor simplification in glGetTexLevelParameter
|
24 년 전 |
Brian Paul
|
31acab88f2
|
fixed typo in GL_ARB_transpose_matrix
|
24 년 전 |
Brian Paul
|
08b3ff10d3
|
added -i and -h options
|
24 년 전 |
Brian Paul
|
df4fd765d5
|
reordered a few blend enums
|
24 년 전 |
Brian Paul
|
8753bd8900
|
fixed problems with texel component size queries in glGetTexLevelParameter()
|
24 년 전 |
Brian Paul
|
691f58930b
|
texture image code updates (not finished)
|
24 년 전 |
Brian Paul
|
29acfe5bd4
|
assign texImage->FetchTexel only if NULL
|
24 년 전 |
Brian Paul
|
ad608fe44d
|
fixed two mistakes in texture combine code
|
24 년 전 |
Brian Paul
|
cb6ae7b16b
|
compilation fixes - texturing isn't working at this time
|
24 년 전 |
Brian Paul
|
b570a180da
|
Minor fixes for Win32 (Karl Schultz).
|
24 년 전 |
Brian Paul
|
0a31a67269
|
improved a glBindTexture error message
|
24 년 전 |
Brian Paul
|
1c85aa3332
|
Fixed a texture conversion problem: sometimes need to produce an intermediate
texture image in the base internal format between user->Mesa format
conversion. See comments in texstore.c
|
24 년 전 |
Brian Paul
|
3518a7950f
|
check-in of old updates
|
24 년 전 |
Brian Paul
|
e3a7cc1f9e
|
removed glext.h hacks
|
24 년 전 |
Brian Paul
|
5ff4075a69
|
bug fixes, added missing state query cases
|
24 년 전 |