Brian Paul
ba9dc7ecf3
updated NetReality -> Pansophica
il y a 22 ans
Keith Whitwell
326bc7150d
Save and restore front colors on backfacing triangles rather than trying to
pull them again from the VB pointers. Avoids stride issues.
il y a 22 ans
Brian Paul
acbc1e0c91
added link to Chromium
il y a 22 ans
Brian Paul
69449a9d51
updated CVS info
il y a 22 ans
Daniel Borca
854b4a3b54
accomodate vtx-0-2-branch
il y a 22 ans
Brian Paul
0f3cd3f894
current raster color index should be GLfloat
il y a 22 ans
Brian Paul
7df4f95314
added SoftGL link
il y a 22 ans
Brian Paul
7939ed0e8e
Otto Solares' patch to add radeon 9200
il y a 22 ans
Brian Paul
8236a534b7
fix assorted g++ warnings
il y a 22 ans
Brian Paul
2c9f50dd4a
casts for g++
il y a 22 ans
Brian Paul
3bc7f3f864
fix a lot of warnings found with g++
il y a 22 ans
Brian Paul
97d8a35fa8
silence a warning
il y a 22 ans
Brian Paul
47b0bc1a36
remove __FUNCTION__ hack
il y a 22 ans
Brian Paul
4ccbe9e666
added a cast
il y a 22 ans
Brian Paul
b65bc4f87b
Remove unnecessary usage of __FUNCTION__.
#define MESA_FUNCTION to __FUNCTION__ if MESA_DEBUG is defined.
il y a 22 ans
Karl Rasche
e749be22b0
- New version of the syntax rules from Michal Krol
+ Handles '1' as a float, just like '1.'
+ Remove switch collision between vp and fp #defines
+ result.color.xyz no longer requires result.color.primary.xyz
il y a 22 ans
Karl Rasche
9bc3753a51
added support for generic vertex attributes (ARB_vp) and their error checking
il y a 22 ans
Brian Paul
18199d3954
updated after APIspec fixes
il y a 22 ans
Brian Paul
2171fadc26
oops, fix glitches in 1.5 functions
il y a 22 ans
Brian Paul
e1a107c4e7
minor cast fixes
il y a 22 ans
Brian Paul
62b6eb320e
generate the OpenGL 1.5 entrypoints
il y a 22 ans
Brian Paul
76f51ca9ea
updated list of new/old src files
il y a 22 ans
Brian Paul
b52559eb8c
set the VB->FogCoordPtr with the other legacy pointers
il y a 22 ans
Brian Paul
c515f90ec3
fix YCBCR assertion and disable assertion in auto-mipmap code
il y a 22 ans
Keith Whitwell
7f28ab7d24
remove dead files
il y a 22 ans
Brian Paul
8a299e7888
whitespace and comment changes
il y a 22 ans
Brian Paul
7e86eb991b
minor error string improvement
il y a 22 ans
Brian Paul
0dde1904c8
added GL_ARB_vertex/fragment_program and new vertex code
il y a 22 ans
Keith Whitwell
ae0eaf93e0
Merge vtx-0-2-branch
il y a 22 ans
Keith Whitwell
57c9814b9e
Import vtx-0-2-branch
il y a 22 ans
Keith Whitwell
5b5cf9cb8b
Remove a lot of rcs tags, avoid merge conflicts
il y a 22 ans
Karl Rasche
dda09a6154
Moving NV_fragment_program tests to ARB_fragment_program
il y a 22 ans
Karl Rasche
79e0dad79e
- parse_alias() Was totally borked
- forgot a ++ in texSrcBit switch
- copy/paste error in arbfragparse.c
il y a 22 ans
Karl Rasche
4eebfa14e7
- Create a dummy program to keep from segfaulting when parsing
fails
- Change to grammar .emit to fix single LOCAL/ENV param usage
il y a 22 ans
Karl Rasche
15955f1c5e
Porting NV_vertex_program demos to ARB_vertex_program
il y a 22 ans
Karl Rasche
4814d79c99
Porting NV_vertex_program tests to ARB_vertex_program
il y a 22 ans
Brian Paul
91b6a4aa90
include malloc.h to get ptrdiff_t for vertex buffer object's GLintptr
il y a 22 ans
Keith Whitwell
8525fae3b8
build fixes, rh9
il y a 22 ans
Brian Paul
67f8a1d4ad
added OpenGL 1.5 tokens and functions not yet put into glext.h
il y a 22 ans
Brian Paul
4774cd9568
pass ctx to fetch_vector4_deriv()
il y a 22 ans
Brian Paul
96ad2cde2c
GL_ARB_point_sprite is not part of 1.5
il y a 22 ans
Daniel Borca
533733d1d4
updated core makefiles to include arbparse
il y a 22 ans
Brian Paul
a1769b0287
fix some bugs in computation of DDX, DDY commands
il y a 22 ans
Brian Paul
b9c5672d22
s/byte/GLubyte/ and other minor clean-ups
il y a 22 ans
Brian Paul
6d66ba171e
reformat comments for 80-column viewing
il y a 22 ans
Brian Paul
ba254c08c0
fix a bunch of warnings
il y a 22 ans
Daniel Borca
663a9e1b7e
more texture compression
il y a 22 ans
Jouk Jansen
8b07e9d8a4
Committing in .
- Added arbparse.c to OpenVMS makefile
- Added 2 type casts in a strcmp call to make my compiler happy.
Modified Files:
Mesa-newtree/src/mesa/main/arbparse.c
Mesa-newtree/src/mesa/main/descrip.mms
----------------------------------------------------------------------
il y a 22 ans
Karl Rasche
a6a4257f76
Caught missing parse_color_type() [Jacob Jansen]
il y a 22 ans
Daniel Borca
08e6fb367e
texture compression testbed
il y a 22 ans