Brian Paul
2c1912fe84
more work on DEFINE/DECLARATION statements, symbol tables
2003-02-16 23:07:34 +00:00
Brian Paul
f2f5f4f884
replace APIENTRY with GLUTAPIENTRY to be consistant with glut.h
2003-02-12 23:56:21 +00:00
Brian Paul
095f59a303
added OS/2 includes
2003-02-12 16:04:07 +00:00
Alan Hourihane
e07618fb57
cast GLfloat
2003-02-10 20:31:11 +00:00
Brian Paul
92d7935074
replace _mesa_strtof() with _mesa_strtod()
2003-02-08 15:56:34 +00:00
Brian Paul
b8e3eb95d0
disable normal xform code - see bug 673938
2003-02-08 15:43:39 +00:00
Brian Paul
c8e28650c9
fix assertion in transfer_teximage() (Laurent Desnogues)
2003-02-06 13:50:57 +00:00
Brian Paul
7d0522e16a
replace | with & (Laurent Desnogues)
2003-02-06 13:44:55 +00:00
Brian Paul
66dce0875e
fix bug in popping texture color table state
2003-02-05 15:24:28 +00:00
Brian Paul
6cf845f338
added a comment for _tnl_need_projected_coords()
2003-02-04 14:40:56 +00:00
Brian Paul
dd5f1f43ac
Use 'ndc' instead of 'proj' terminology.
...
Added a bunch of const qualifiers.
2003-02-04 14:40:02 +00:00
Brian Paul
398c6b7980
DOS updates (Daniel Borca)
2003-02-04 02:43:27 +00:00
Brian Paul
657a9d64d7
unneeded (Daniel Borca)
2003-02-04 02:41:25 +00:00
Brian Paul
c0f1a69a96
print debug message when SSE is disabled by user (Klaus Neiderkrueger)
2003-02-04 02:22:51 +00:00
Karl Schultz
839bef921c
Check only LEFT bits for clearing alpha buffer. (Evgeny Kotsuba)
2003-01-30 15:47:06 +00:00
Brian Paul
4c3bb69a94
fix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling)
2003-01-30 14:30:24 +00:00
Brian Paul
5c31f8678b
fix prefetch bug (Felix Kuhling)
2003-01-28 22:41:18 +00:00
Brian Paul
02de45dced
move ltor computation
2003-01-28 00:14:32 +00:00
Brian Paul
f4418f4d1c
some casts (Evgeny Kotsuba)
2003-01-28 00:10:41 +00:00
Brian Paul
45b47d079f
Make GL_SGI_texture_color_table work per-texture unit.
...
Clean-up and optimize _swrast_texture_table_lookup().
2003-01-26 14:37:15 +00:00
Brian Paul
7cac85d00a
remove bad assertion, fix minor bug in _mesa_lookup_rgba()
2003-01-26 14:34:56 +00:00
Brian Paul
9067c26e5d
optimize compute_coveragef (Evgeny Kotsuba)
2003-01-25 18:57:13 +00:00
Brian Paul
9d169138d0
new texture enums (Leif Delgass)
2003-01-25 00:46:46 +00:00
Brian Paul
b7209b54f7
remove unused vars
2003-01-24 21:42:27 +00:00
Brian Paul
b3f717037d
silence some warnings
2003-01-24 21:38:19 +00:00
Brian Paul
d737ad5272
renamed dither-related preprocessor symbols (bug 536406)
2003-01-24 15:33:22 +00:00
Brian Paul
a7c52c61e5
push/pop color table state (Eric Plante)
2003-01-22 17:58:52 +00:00
Brian Paul
a2473160d4
improved solve_plane_chan() (Evgeny Kotsuba)
2003-01-22 15:03:09 +00:00
Brian Paul
7ab14f00f0
glGet(GL_CURRENT_SECONDARY_COLOR) should return 4 values, not 3
2003-01-22 00:42:45 +00:00
Brian Paul
041d5d3aee
added missing break (Leif Delgass)
2003-01-21 23:58:29 +00:00
Brian Paul
418ac00e75
GL_SGI_texture_color_table extension (Eric Plante)
2003-01-21 21:47:45 +00:00
Brian Paul
068a4812fc
new X86 CPU detection code (Petr Sebor)
2003-01-21 16:13:55 +00:00
Brian Paul
943f0c6a41
GL_ATI_texture_env_combine3 extension
2003-01-21 15:49:06 +00:00
Brian Paul
19ad3fee8c
check for NV_fragment_program for glGetString(GL_PROGRAM_ERROR_STRING_NV)
2003-01-21 15:45:39 +00:00
Brian Paul
64b4298181
fix an assertion
2003-01-20 15:21:41 +00:00
Brian Paul
a12d12d119
use COPY_CHAN4 macro
2003-01-20 15:20:27 +00:00
Brian Paul
8f95d790da
use R/G/B/ACOMP indexes (Evgeny Kotsuba)
2003-01-20 00:25:17 +00:00
Brian Paul
2e5c1dce4e
fix IBM CPP warning (Evgeny Kotsuba)
2003-01-20 00:24:22 +00:00
Brian Paul
47ecdf55da
add some casts
2003-01-19 15:27:37 +00:00
Alan Hourihane
5e9dd04077
fix for framebuffer width and height when window hasn't been realized.
2003-01-16 19:10:46 +00:00
Brian Paul
1596bf398c
another fix for glDrawPixels + clipping
2003-01-16 18:57:44 +00:00
Brian Paul
08e1ef79cc
update CurrentStack in glActiveTexture if needed (bug 669080)
2003-01-16 15:22:13 +00:00
Brian Paul
ed96f46637
fix glDrawPixels hang when clipping
2003-01-15 23:46:34 +00:00
Jouk Jansen
b6f2dd2a99
Committing in .
...
the latest changes were in UNIX and not VMS makefile syntax.
changed to VMS syntax.
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
2003-01-15 13:37:47 +00:00
Karl Schultz
ec4c882e47
Fix SourceForge bug 664908. wglDescribePixelFormat should return the
...
number of valid PFD's if the PFD pointer is NULL, without checking
the validity of the other parameters.
2003-01-15 00:34:16 +00:00
Brian Paul
890bcc0be3
fragment program execution
2003-01-14 04:57:47 +00:00
Brian Paul
610d59981a
First batch of code for GL_NV_fragment_program.
...
Re-org of some GL_NV_vertex_program code.
Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.
2003-01-14 04:55:45 +00:00
Brian Paul
3c5bfac63b
initial code for render-to-texture
2003-01-14 04:49:07 +00:00
Brian Paul
e1e446bf77
remove const from _mesa_strtof()
2003-01-14 03:05:38 +00:00
Brian Paul
44257dacc0
added _mesa_strtof()
2003-01-14 03:02:13 +00:00