Brian Paul
5fd77da4f6
improved 'clean' targets (Otto Solares)
22 years ago
Kendall Bennett
7d8eb0604a
Removed bogus OS/2 floating point->integer conversion routine
22 years ago
Kendall Bennett
d7fe183f76
Fixed incorrect Watcom assembler macros
22 years ago
Kendall Bennett
adbbea9b51
Fixed bugs in Mesa software span rendering for color index modes
22 years ago
Brian Paul
a75246f8f5
updates from Daniel Borca
22 years ago
Kendall Bennett
d6643331ab
Updates required for building the SciTech SNAP version of Mesa. This includes:
1. Changes to the main header files to exclude some stuff is __SCITECH_SNAP__
is defined. The main GL/gl.h header file in SciTech SNAP is actually a wrapper
that defines a bunch of necessary stuff and then included GL/gl_mesa.h which
is the normal Mesa GL/gl.h header file renamed.
2. Changed APIENTRY * to APIENTRYP macros in the GL/gl.h and GL/glext.h header
files. This will better support other compilers like IBM VisualAge C++. I
added a basic macro for APIENTRYP to GL/gl.h (inside the !SNAP block), so
existing code will compile the same, but when the SNAP version is being
built we will use the correc definitions for the target compiler.
3. Changed a few more void * declarations to GLvoid *'s to avoid Open Watcom
compiler complaints.
4. Updates the OPENGL_VERSION macro to include a patch number (set to 0 for
now). Probably not necessary, but the original macro was wrong and we use
that macro in our code.
5. Changed _tnl_end() to _tnl_end_ctx() to avoid conflicts with _tnl_End when
using a compiler that has a case insensitive link.
22 years ago
Alan Hourihane
7214e1a1c4
char -> GLubyte
22 years ago
Alan Hourihane
e508f7f08e
add gamma driver - no kernel driver yet
(build tested, not physically tested)
22 years ago
Alan Hourihane
0f2e186926
add the SiS driver - no kernel driver yet
(build tested, but not physically tested)
22 years ago
Alan Hourihane
525dda4f26
fix cut & paste errors
22 years ago
Alan Hourihane
6bec5b30e1
add the i830 driver - no kernel driver yet
(build tested, but not physically tested)
22 years ago
Alan Hourihane
73b0420bba
add the i810 driver - no kernel driver yet
(build tested, but not physically tested)
22 years ago
Alan Hourihane
5b5142b543
mkdir the server directory, as using cvs with -P would prune an empty
directory
22 years ago
Karl Schultz
cafc787027
Add project file for new spriteblast demo. (Update dependency)
22 years ago
Karl Schultz
26577e4939
Add project file for new spriteblast demo.
22 years ago
Brian Paul
1a89978d83
GL_ARB_point_sprite demo
22 years ago
Karl Schultz
77a505a4bb
MS dev studio project file for teapots demo.
22 years ago
Karl Schultz
c1cbde2ae1
Workspace file for redbook programs
22 years ago
Karl Schultz
2c9618bb12
Change projection transform so that the top row of teapots are now visible.
22 years ago
Brian Paul
9b101c34da
added info about vertex/fragment program debugger
22 years ago
Brian Paul
b0cde83906
enum updates
22 years ago
Brian Paul
d7dabacfa3
new enum values for GL_MESA_program_debug
22 years ago
Brian Paul
8f7141e970
minor clean-ups
22 years ago
Brian Paul
d01681d6c9
remove a _TriangleCaps reference
22 years ago
Karl Rasche
d11bb2b297
Add extra cases and enums for _mesa_fetch_state(), and set the length of
program_parameter.StateIndexes[] to 6, used for fetching matrix state
22 years ago
Karl Schultz
f3a63d69ff
Create 'all' project to make it easy to build and clean all the programs in the demos directory.
22 years ago
Karl Schultz
ea9365b48a
Add remaining demos.
22 years ago
Karl Schultz
6872c21ace
New visual studio project fiile for building demos.
22 years ago
Brian Paul
9d55394471
apply patch #740145 from SourceForge
22 years ago
Brian Paul
a13fb034cb
casts
22 years ago
Brian Paul
e4fcea2e06
Assorted casts to silence g++ warnings.
22 years ago
Karl Schultz
74c33393b4
Add include for context.h to define NEED_SECONDARY_COLOR.
22 years ago
Karl Schultz
ff750fe8cb
Make binary - even though this is a text file, common practice is to store MS studio files as binary
22 years ago
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