Keith Whitwell
|
f4a003c3ca
|
fix from Jouk
|
24 vuotta sitten |
Keith Whitwell
|
0e14d6d68e
|
Lots more eval fixes
|
24 vuotta sitten |
Keith Whitwell
|
16837e4219
|
Restore optimization for cva glArrayElement operation.
|
24 vuotta sitten |
Brian Paul
|
ac4a41d198
|
sync with XFree86/DRI glcore.h, now identical
|
24 vuotta sitten |
Keith Whitwell
|
3d49061bfc
|
typo
|
24 vuotta sitten |
Keith Whitwell
|
d92f615fe5
|
More HW_DIVIDE checks.
|
24 vuotta sitten |
Keith Whitwell
|
1018a16f39
|
Allow drivers to provide a dynamic CHECK_HW_DIVIDE, to turn the divide off
according to a runtime test.
|
24 vuotta sitten |
Keith Whitwell
|
f358988f2e
|
fix color copying in twosided quads
|
24 vuotta sitten |
Keith Whitwell
|
04a374bd05
|
add specialized interp for backcolor, edgeflags
|
24 vuotta sitten |
Keith Whitwell
|
51c0c71811
|
Support for floating point color representation in tnl module.
|
24 vuotta sitten |
Brian Paul
|
27b0758a94
|
added -display option
|
24 vuotta sitten |
Brian Paul
|
1832f1cc86
|
changed xmesa_visual and xmesa_buffer structs to directly include GLvisual and GLframebuffer structs instead of pointers
|
24 vuotta sitten |
Brian Paul
|
75978bd85e
|
added _mesa_free_framebuffer_data()
|
24 vuotta sitten |
Brian Paul
|
4dbd625eaf
|
added 16-bit/channel rendering info
|
24 vuotta sitten |
Brian Paul
|
785c3469f4
|
Added Makefile support for building libOSMesa16.so which is Mesa compiled
for 16-bit color channels, using the OSMesa driver.
|
24 vuotta sitten |
Brian Paul
|
f20ea88f88
|
fixed mem leak in XFreeFontInfo() call
|
24 vuotta sitten |
Brian Paul
|
11785d441d
|
flush pipeline in WMesaSwapBuffers (Frank Warmerdam)
|
24 vuotta sitten |
Keith Whitwell
|
908be619fd
|
first pass at eval fixes
|
24 vuotta sitten |
Keith Whitwell
|
8bce6a217a
|
no-copy drawarrays for remaining non-fan primitives
|
24 vuotta sitten |
Brian Paul
|
5a2f32b102
|
fixed a potential tex obj reference count problem involving multi-texture
|
24 vuotta sitten |
Brian Paul
|
830bf65275
|
added -Wundef to linux-debug compiler flags
|
24 vuotta sitten |
Brian Paul
|
73ccfa0e9a
|
added ShowAlphaBuffer feature - 'a' key
|
24 vuotta sitten |
Brian Paul
|
3bfd0e6f9f
|
minor simplification in glGetTexLevelParameter
|
24 vuotta sitten |
Brian Paul
|
31acab88f2
|
fixed typo in GL_ARB_transpose_matrix
|
24 vuotta sitten |
Brian Paul
|
08b3ff10d3
|
added -i and -h options
|
24 vuotta sitten |
Brian Paul
|
df4fd765d5
|
reordered a few blend enums
|
24 vuotta sitten |
Brian Paul
|
8753bd8900
|
fixed problems with texel component size queries in glGetTexLevelParameter()
|
24 vuotta sitten |
Brian Paul
|
691f58930b
|
texture image code updates (not finished)
|
24 vuotta sitten |
Brian Paul
|
29acfe5bd4
|
assign texImage->FetchTexel only if NULL
|
24 vuotta sitten |
Brian Paul
|
ad608fe44d
|
fixed two mistakes in texture combine code
|
24 vuotta sitten |
Brian Paul
|
cb6ae7b16b
|
compilation fixes - texturing isn't working at this time
|
24 vuotta sitten |
Brian Paul
|
b570a180da
|
Minor fixes for Win32 (Karl Schultz).
|
24 vuotta sitten |
Brian Paul
|
0a31a67269
|
improved a glBindTexture error message
|
24 vuotta sitten |
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 vuotta sitten |
Brian Paul
|
3518a7950f
|
check-in of old updates
|
24 vuotta sitten |
Brian Paul
|
e3a7cc1f9e
|
removed glext.h hacks
|
24 vuotta sitten |
Brian Paul
|
5ff4075a69
|
bug fixes, added missing state query cases
|
24 vuotta sitten |
Brian Paul
|
4c00e30ef0
|
added GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_border_clamp (temporary until SGI updates this file)
|
24 vuotta sitten |
Brian Paul
|
54207dfde6
|
added SecondaryColor functions
|
24 vuotta sitten |
Keith Whitwell
|
18acf6e6f1
|
Add more options, including '-10','-100' and '-1000' to limit nr of vertices.
|
24 vuotta sitten |
Keith Whitwell
|
3004bf8fd7
|
Remove values from VB->importable_data as those arrays are removed
from the VB.
|
24 vuotta sitten |
Keith Whitwell
|
2b7c042525
|
Fix striding of color material inputs. (Fixes glean colorLitPerf)
|
24 vuotta sitten |
Brian Paul
|
72fc93302c
|
minor optimization to dot3 computation
|
24 vuotta sitten |
Brian Paul
|
bcfe3936a8
|
Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.
|
24 vuotta sitten |
Brian Paul
|
15eddf38fb
|
another fix in import_texcoord()
|
24 vuotta sitten |
Brian Paul
|
a6c6fce7e8
|
replaced ac->count with ac->count - ac->start in import_texcoord(), as in the other import functions
|
24 vuotta sitten |
Brian Paul
|
0d47d26a68
|
fixed mis-ordered args to _math_trans_4f() in _tnl_fill_immediate_drawarrays()
|
24 vuotta sitten |
Brian Paul
|
62c24f315b
|
return hex string for unknown tokens in _mesa_lookup_enum_by_nr()
|
24 vuotta sitten |
Brian Paul
|
a2ade36eb1
|
added missing 'break' in _mesa_TexEnvfv(), better error messages
|
24 vuotta sitten |
Brian Paul
|
bf478280eb
|
added a work-around in _swrast_copy_texsubimage[123]d() to fix alpha channel problem in some DRI drivers (see comments)
|
24 vuotta sitten |