Brian Paul
c86eab8478
added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)
23 years ago
Brian Paul
352e0d0d27
pbuffer info
23 years ago
Brian Paul
21d956106e
fix-up CXXFLAGS (bug 757292)
23 years ago
Brian Paul
08dbe5664d
add missing glNormal, glVertex calls (Michal Wozniak)
23 years ago
Brian Paul
77e85f133c
update from Daniel Borca
23 years ago
Brian Paul
0d4da529bd
fix fog.End error
23 years ago
Brian Paul
b3680df593
s/DP4/DP3/
23 years ago
Brian Paul
254e201721
s/DP4/DP3/
23 years ago
Brian Paul
2b7a01a39b
always assign texcoord[i][3] to silence valgrind
23 years ago
Brian Paul
7961e67c2a
update parameter indexing
23 years ago
Brian Paul
1c5ff572aa
added program.c plus minor fixes
23 years ago
Brian Paul
bd7a3de4b3
added minor assertion
23 years ago
Brian Paul
04a81da03b
Moved some shared vertex/fragment program code into new program.c file.
Implemented new program_parameter_list type and functions for dealing with
named program parameters, constants and GL state references.
New state_index enum for describing GL state referenced within ARB vertex/
fragment programs. Plus, functions for fetching named GL state.
23 years ago
Karl Schultz
e38a55ecb2
Generate browse info for Debug version.
23 years ago
Karl Schultz
dc24230de7
Silence compiler warnings about implicit casts or conversions by supplying explicit casts and/or tweaking constant and variable definitions.
23 years ago
Brian Paul
d12a871b21
s/GLuint/GLint/
23 years ago
Brian Paul
e39a334f1a
fix minor warnings with casts
23 years ago
Karl Schultz
c769a7febf
add arbfragparse.c to project.
23 years ago
Brian Paul
f5515cb4af
Move clamping of texture LOD bias to texture application time.
23 years ago
Brian Paul
760960028f
Updates from Daniel Borca
23 years ago
Brian Paul
9e94aaf6e3
remove unused bytes variable
23 years ago
Brian Paul
3a604da4cc
added GL_EXT_texture_lod_bias to OpenGL 1.4 feature list
23 years ago
Brian Paul
58c5df87be
remove a bunch of the extension definitions from the legacy section
23 years ago
Brian Paul
0b12650701
space bar to toggle animation
23 years ago
Brian Paul
781fb93877
Added OpenGL 1.4's per-texture LOD bias.
23 years ago
Brian Paul
a6ed6f48e6
make _glapi_get_proc_address() return NULL if function doesn't start with gl prefix
23 years ago
Jouk Jansen
d49acd629b
Committing in .
Added a type cast to silence the OpenVMS DECC compiler
Modified Files:
Mesa-newtree/src/mesa/swrast/s_nvfragprog.c
----------------------------------------------------------------------
23 years ago
Brian Paul
d2d3052378
latest extensions and updates
23 years ago
Brian Paul
371f7cdb7a
fix PFNGLMULTIMODEDRAWARRAYSIBMPROC
23 years ago
Brian Paul
f9dbd07e14
regenerated for GL_IBM_multimode_draw_arrays
23 years ago
Jon Smirl
dc22a652c9
Fix compile problems with `glMultiModeDrawArraysIBM'
Adjust makefiles to create depends and not store it in CVS
Remove dependency on kernel pci_ids.h
23 years ago
Brian Paul
d620015abd
indentation fix
23 years ago
Brian Paul
2230b8518e
test program to exercise glDraw/ReadPixels(GL_DEPTH_COMPONENT) and pixel zooming
23 years ago
Brian Paul
4be6c0f04b
glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't work
23 years ago
Jon Smirl
a3a10e6dfc
Add missing assembly file from radeon build
23 years ago
Jon Smirl
e28a4c147c
Remove files not used in current MGA driver
23 years ago
Jon Smirl
1da1f1e4ba
update fb makefile for new directory structure, add depends
23 years ago
Jon Smirl
7c819439ba
Rename Makefile to Makefile.X11, add depend support
23 years ago
Jon Smirl
52f246bd23
Added missing includes for standard header files
23 years ago
Jon Smirl
724c2c7f6f
Add file miniglx.h
23 years ago
Jon Smirl
ae530c2ff9
Renaming Makefile to Makefile.X11, added depend support, adjusted paths
23 years ago
Ian Romanick
6373672367
Trivial changes to add support for GL_ARB_point_sprite, which is a
subset of GL_NV_point_sprite (which was already supported).
23 years ago
Ian Romanick
3baefe663b
Added support for GL_IBM_multimode_draw_arrays.
Added non-static entrypoints and the name string for
GL_SUN_multi_draw_arrays (identical to GL_EXT_multi_draw_arrays).
Made add_newer_entrypoints (in src/mesa/main/context.c) table driven.
This reduced the size of context.o by about 3KB.
23 years ago
Brian Paul
5df82c82bd
patch to import Jon Smirl's work from Bitkeeper
23 years ago
Brian Paul
1a84876d79
restore gcc-sl config
23 years ago
Brian Paul
4778beb761
updates from Daniel Borca
23 years ago
Keith Whitwell
12c037dbff
Use correct conversions when translating array colors.
23 years ago
Brian Paul
9ec58c2c5b
DOS and glide driver updates from Daniel Borca
23 years ago
Brian Paul
3dc8cc4ebc
glPixelMap fix
23 years ago
Brian Paul
9d73b81068
Fix glPixelMap: s/GLint/GLsizei/
23 years ago