Brian Paul
d65e0beb68
set stage->inputs properly (I think), plus debug/comment updates
пре 23 година
Brian Paul
455d262c55
added support for NV_vertex_program evaluators
пре 23 година
Brian Paul
837bf6e2df
Added new bitfields to tnl_eval_store for NV_vertex_program evaluators
пре 23 година
Brian Paul
775669f6ef
put XSync in get_buffer_size(), plus clean-up
пре 23 година
Brian Paul
02c03ef6b4
Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).
Finished all glGet* queries for GL_NV_vertex_program.
Improved error reporting in glEnable/Disable/Get, etc.
пре 23 година
Jouk Jansen
f922986238
Committing in .
Added mtypes.h inclusion
Modified Files:
Mesa/src/imports.c
----------------------------------------------------------------------
пре 23 година
Brian Paul
10d7f540ff
new fix for initial window size problem
пре 23 година
Brian Paul
85d816028a
Port glXCopyContext bug from 4.0 branch.
пре 23 година
Brian Paul
d373819b8c
Joe Krahn's context sharing test program
пре 23 година
Brian Paul
83b820aa98
Fix glXCopyContext bug
пре 23 година
Brian Paul
1043a6498a
fix a comment
пре 23 година
Brian Paul
d834e8da88
fixed window size initialization bug
пре 23 година
Brian Paul
8816c70a61
added a comment
пре 23 година
Brian Paul
d66ca10c53
added some braces
пре 23 година
Brian Paul
e514cfea74
the GGI driver is up to date
пре 23 година
Brian Paul
4e99da15eb
test for GL_NV_texture_rectangle
пре 23 година
Brian Paul
9c0babf24f
added GL_ARB_texture_env_crossbar
пре 23 година
Brian Paul
e769cda1eb
updates to 4.1 features
пре 23 година
Brian Paul
bfa168e3fc
updated with 4.0.x -> 4.1 porting info
пре 23 година
Brian Paul
8afe7de8de
Implemented GL_NV_texture_rectangle extension.
Replace struct gl_texure_object's Dimension w/ Target field.
Added _EnabledUnits to struct gl_texture_attrib - the _ReallyEnabled
field is obsolete, but still present for now. This effectively
removes the 8-texture units limit, 32 units now possible, but unlikely!
New TEXTURE_1D/2D/3D/CUBE/RECT_BIT tokens for unit->_ReallyEnabled field.
Updated device drivers to use ctx->Texture._EnabledUnits.
пре 23 година
Brian Paul
8bdd0dc8d0
#ifdef-out unused big-endian texel fetch functions
пре 23 година
Brian Paul
9d47f3d6b8
added missing ctx parameter to _mesa_debug() calls
пре 23 година
Brian Paul
4753d60dd0
Added ctx parameter to _mesa_debug()
Added _mesa_printf()
Updated SetDrawBuffer() function in all drivers (ala 4.0.3)
Import 4.0.3/DRI changes.
пре 23 година
Jouk Jansen
5e54ddc3a6
Committing in .
Added <stdarg.h>
Modified Files:
Mesa/src/imports.c
----------------------------------------------------------------------
пре 23 година
Jouk Jansen
f8035450bb
Committing in .
Removed config.c
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
пре 23 година
Brian Paul
4c4663747c
added Porting Information section
пре 23 година
Brian Paul
d09a1d8b29
more removal of fprintf() calls
пре 23 година
Brian Paul
2f35d5e9d5
fixed a couple dumb mistakes
пре 23 година
Brian Paul
9a33a11d71
New _mesa_debug() function to replace fprintf() calls.
Some source files updated to call _mesa_debug(), but not finished.
Added __GLimports as a parameter to _mesa_create/init_context() and
updated drivers accordingly.
Fleshed-out more of the __GLimports and __GLexports functionality.
Removed run-time config file support (config.c)
пре 23 година
Brian Paul
1013e46504
Moved big/little endian code to glheader.h.
Define either MESA_BIG_ENDIAN or MESA_LITTLE_ENDIAN.
пре 23 година
Brian Paul
35883ceb93
Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof)
пре 23 година
Brian Paul
4fe2f3f1a0
Added CPLUSPLUS for sunos5 entries
пре 23 година
Brian Paul
b58c5ad7b0
GGI driver updates (Filip Spacek)
пре 23 година
Brian Paul
dd41748f63
added missing texture cube map targets
пре 23 година
Brian Paul
3f058cd2c5
version 15 of glext.h
пре 23 година
Brian Paul
9800adaed2
s/GL_MAX_TEXTURE_RECTANGLE_SIZE_NV/GL_MAX_RECTANGLE_TEXTURE_SIZE_NV/
пре 23 година
Brian Paul
112f7cdeab
fixed point sprite bug
пре 23 година
Brian Paul
f21a4872e8
replaced hard-coded 4 with NUM_TEXTURE_TARGETS
пре 23 година
Brian Paul
e0107e87a7
replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY
пре 23 година
Brian Paul
241afd837c
NASM fix for *_CONTENT() macros (Josh Vanderhoof)
пре 23 година
Brian Paul
af2a1c1d67
more big-endian tweaks
пре 23 година
Brian Paul
28b03c6acb
use CONTENT() macro on line 205 (Josh Vanderhoof)
пре 23 година
Brian Paul
f5a0781975
bring over Michel Daenzer's DRI changes
пре 23 година
Brian Paul
91d6f12b4a
added another spot-check to verify dispatch table correctness
пре 23 година
Brian Paul
60f1a3c288
Added GL_NV_point_sprite functions: glPointParameteri[v]NV().
Removed dead ARB_window_pos functions (we alias the MESA_window_pos funcs).
пре 23 година
Brian Paul
1d155c1dd8
added GL_NV_point_sprite entrypoints
пре 23 година
Brian Paul
4290dbac4d
added -axK to linux-icc CFLAGS
пре 23 година
Brian Paul
a078d75a27
some initial work for fbconfigs/pbuffers
пре 23 година
Brian Paul
1c40d50014
added GL_NV_point_sprite
пре 23 година
Brian Paul
f105bc4095
removed experiemental GL_MESA_sprite_point extension
пре 23 година