Brian Paul
04e6987de1
summary of Mesa's extension enum values
22 years ago
Karl Schultz
b263802bcf
Make binary - even though this is a text file, common practice is to store MS studio files as binary
22 years ago
Brian Paul
361a9ac966
minor updates
22 years ago
Karl Schultz
a588e5af3b
Make binary - even though this is a text file, common practice is to store MS studio files as binary
22 years ago
Brian Paul
effa9af9b1
added note about _TriangleCaps
22 years ago
Brian Paul
98cdf71f5a
a few less occurances of _TriangleCaps
22 years ago
Brian Paul
29b4076f9a
Move away from using the ctx->_TriangleCaps bitfield.
New macros in context.h for testing state: NEED_SECONDARY_COLOR
and NEED_TWO_SIDED_LIGHTING.
22 years ago
Brian Paul
1a8ebb8c2f
tweak an error message
22 years ago
Brian Paul
87f858dd7c
s/_backface_sign/_BackfaceSign/
22 years ago
Karl Schultz
e4b40a7cf1
Updated for new Windows build system.
22 years ago
Karl Schultz
85be17868c
Now obsolete.
22 years ago
Karl Schultz
84c2730866
New visual studio workspace and projects for building demos.
22 years ago
Karl Schultz
80d719f11a
Remove first attempt at using visual studio projects to compile demos.
22 years ago
Karl Schultz
315e78b0b5
Update with current set of gl* entry points.
22 years ago
Brian Paul
2c5f5dc7fe
Move macros from header to C file. Updated some comments
22 years ago
Brian Paul
06588db3fa
Move context ASSERT/FLUSH macros to context.h
22 years ago
Brian Paul
3173277e20
remove MESA_TRACE stuff
22 years ago
Brian Paul
8512074b90
version tweaks
22 years ago
Brian Paul
bd3096edc3
removed unused NoRaster and Rendering fields from GLcontext
22 years ago
Brian Paul
99823b3744
Remove FLT_MIN definition to imports.h
Assorted code clean-ups in light.c
22 years ago
Karl Schultz
0c415bca5c
Copy the DLL files to the lib directory instead of libexec.
22 years ago
Karl Schultz
4ba2986c06
Add symbols to export private entry points to osmesa.
22 years ago
Karl Schultz
a01566e468
Add casts to prevent double->float conversion compiler warnings.
22 years ago
Karl Schultz
df8d337eec
Add casts to prevent signed/unsigned compare compiler warnings.
22 years ago
Brian Paul
65f605849a
assorted updates
22 years ago
Brian Paul
83f57e32ca
updated with new extension info
22 years ago
Brian Paul
bbd9a0c2b4
remove unused Target field from gl_buffer_object
22 years ago
Brian Paul
66e6e3e8e1
Fixed/added some error checks.
Allow one buffer to be bound to multiple targets.
Rebind buffer 0 when deleting currently bound buffer.
22 years ago
Jon Smirl
ea7bf8b130
Add cast to remove compiler warning
22 years ago
Brian Paul
6296276ebe
unbind vertex arrays from buffer in DeleteBuffersARB()
22 years ago
Brian Paul
1ceeac29ec
s/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/
22 years ago
Brian Paul
de8d410a99
Exercise the GL_ELEMENT_ARRAY_BUFFER_ARB path
22 years ago
Brian Paul
d2afb39d19
Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.
22 years ago
Jose Fonseca
1a5709dc5b
Change the hyperlinks names in the main page to match the Doxygen generated ones.
22 years ago
Jose Fonseca
9109625c03
Seperate the Doxygen configuration files (for full Mesa only) in a common part and an individual module part.
Rewrite the Makefile in order to avoid the double pass when the tag files already exist. A double pass can still be achieved by doing 'make clean all'.
22 years ago
Brian Paul
6bced0148e
test GL_ARB_vertex_buffer_object
22 years ago
Brian Paul
57d882b684
GL_ARB_vertex_buffer_object working now, at least for non-indexed
vertex arrays.
22 years ago
Jose Fonseca
397d1e4d57
Merge the Doxygen configuration files from the embedded branch.
22 years ago
Brian Paul
5543901b96
new casts
22 years ago
Brian Paul
84351999ec
added call to _mesa_enable_1_5_extensions()
22 years ago
Brian Paul
148a2847a1
More work on ARB_vertex_buffer_object.
Use GLubyte * instead of void * for gl_client_array->Ptr to simplify upcoming
pointer arithmetic changes.
22 years ago
Brian Paul
4561f84183
changed a comment
22 years ago
Brian Paul
278ce99171
move a comment
22 years ago
Brian Paul
b04633d727
move some functions, add some comments
22 years ago
Brian Paul
458c900d3b
set ARB_vertex_buffer_object in _mesa_enable_sw_extensions()
22 years ago
Brian Paul
978646d86f
fix up FEATURE_* defines
22 years ago
Brian Paul
1d57658ee5
minor simplification
22 years ago
Brian Paul
aa00d122b8
Some work on ARB_vertex_buffer_object.
Use GL_CLIENT_ACTIVE_TEXTURE when returning texcoord array values in get.c
22 years ago
Kendall Bennett
b29b8ca47d
Updates to fix problems building with the Open Watcom compiler.
22 years ago
Brian Paul
438a898dcf
allow glTexImage1/2/3D width/height/depth = 0
22 years ago