Brian Paul
9a47d2b7cf
fix GL_HP_occlusion_test bug, use glext.h version 23
21 anos atrás
Brian Paul
939dd17653
fix HP occlusion testing when using generic span path
21 anos atrás
Brian Paul
de67b3ea18
fix capitalization, new comments, etc
21 anos atrás
Brian Paul
6cf3f579ef
added library dependencies (bug #978758)
21 anos atrás
Daniel Borca
adf6d0d9f7
hack for compressed textures with aspectratio greater than 8:1
21 anos atrás
Daniel Borca
701987c877
disabled unnecessary assertions in texture replicator
21 anos atrás
Daniel Borca
b3eda2443a
added back x86 entrypoints
21 anos atrás
Brian Paul
0349b4b2ab
Fixed occlusion_zless_triangle() to work with 16 or 32-bit Z buffers.
Removed some unneeded lines, other minor clean-ups.
21 anos atrás
Roland Scheidegger
d7ea75061c
revert accidental change from rev. 1.10
21 anos atrás
Brian Paul
e4fbcd0fca
updated to version 23
21 anos atrás
Ian Romanick
ea93e6d378
Don't include glapi_*.S files in DRI / solo builds.
21 anos atrás
Brian Paul
6b869d4fe1
Alexander Gottwald's patch for cygwin
21 anos atrás
Brian Paul
a64feeffca
check for NULL pointer to glTexImage (fix verified by Adam Jackson)
21 anos atrás
Daniel Borca
3ea9cf0d5c
added support for non-64bit compilers
21 anos atrás
Brian Paul
0590786f8a
call ctx->Driver.NewProgram() instead of CALLOC/etc in _mesa_LoadProgramNV. Fixes problems found with Cg demos.
21 anos atrás
Brian Paul
26359143b6
remove redundant program field initializers in BindProgram(); ctx->Driver.NewProgram() does the inits
21 anos atrás
Brian Paul
636d4db608
latest bug fixes, etc.
21 anos atrás
Brian Paul
7576b9b19d
store's to RC/HC didn't work (bug 976287)
21 anos atrás
Brian Paul
f252f64430
Big-endian texture fixes from Michel Dänzer.
21 anos atrás
Brian Paul
07694b8935
Remove ADD_POINTERS code from import() function - it broke UT2004.
Code clean-ups, reformatting, const-correctness, etc.
21 anos atrás
Daniel Borca
f0f23aaba8
Hack for linear fogging. Added empty routines for WGL_ARB_pixel_format WGL_ARB_render_texture WGL_ARB_pbuffer
21 anos atrás
Keith Whitwell
1e93e197f9
Use correct macros for packing pixel colors -- this bug is probably
present in many of the other drivers as well.
21 anos atrás
Keith Whitwell
594c3f67ac
add missing license texts
21 anos atrás
Roland Scheidegger
8ad28091ae
use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture formats. Fix various small bugs with tex env combine mode GL_DOT3_RGB(A)/GL_DOT3_RGB(A)_EXT
21 anos atrás
Roland Scheidegger
e3f926ad51
use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture formats. Fix potential bug with tex env combine mode GL_DOT3_RGB/GL_DOT3_RGB_EXT and ALPHA_SCALE
21 anos atrás
Roland Scheidegger
6c1833e372
fix tex env mode GL_BLEND for GL_INTENSITY texture formats
21 anos atrás
Ian Romanick
fb75ca1b65
Make the test check for core GL version 1.3 in addition to testing for
GL_ARB_texture_compression. Also make the test list the compression formats
the driver "encourages" the app to use.
21 anos atrás
Dave Airlie
919498e41c
Fix up texture compression mipmapping .. not sure if it fixes FXT1 but
with S3TC patch it fixes those
21 anos atrás
Brian Paul
85ffbdd8d7
fix component indexing bug in _mesa_texstore_al88()
21 anos atrás
Brian Paul
ed60bc6fdc
don't use // comments (Thomas Hellstrom)
21 anos atrás
Dave Airlie
972ff46a0b
remove unused mode function
21 anos atrás
Dave Airlie
1a544b0500
switch to using driFillInModes fix depthbuffer = 0
21 anos atrás
Keith Whitwell
6d43ce5402
Fix batch.ptr when dropping a batchbuffer segment due to zero cliprects.
21 anos atrás
Ian Romanick
fff749e893
Fix a couple typeos in the tables for driFillInModes.
21 anos atrás
Roland Scheidegger
997e81fe75
added more compressed formats to is_color_format()
21 anos atrás
Daniel Borca
09c9bfb22d
fix correct parameters passed to StoreImage
21 anos atrás
Adam Jackson
f449e370db
_really_ fix parameters to StoreImage calls.
21 anos atrás
Brian Paul
3405708e21
added compressed formats to is_color_format() and updated some comments
21 anos atrás
Daniel Borca
3dc3cc9d40
Fixed a bug in vertex emitter (untile we move to t_vertex.c)
21 anos atrás
Dave Airlie
2a28636274
add i915 as it seems to build okay..
21 anos atrás
Brian Paul
7aa0e6125d
just a comment
21 anos atrás
Brian Paul
5b05a187dc
disable GL_INTENTSITY in _mesa_is_legal_format_and_type(). See table 3.6 of the 1.5 spec
21 anos atrás
Brian Paul
916e749241
s/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/
21 anos atrás
Brian Paul
8b33258d07
remove the 3dfx CatchSignals stuff (the var was alwasy set)
21 anos atrás
Brian Paul
beef59e73a
added GL_BGR and GL_BGRA to is_color_format() (Ronny Vindenes
21 anos atrás
Brian Paul
3f3d11d067
fix some minor glitches in glGetTexParameter code
21 anos atrás
Alan Hourihane
7cbc966324
re-enable rect texture
21 anos atrás
Brian Paul
4102a3045c
fix minor typo in comment
21 anos atrás
Brian Paul
22dad683b1
don't pass GL_INTENSITY for <format> to glTexImage2D - it's illegal
21 anos atrás
Brian Paul
694b10ca6d
document recent changes/fixes
21 anos atrás