Brian Paul
6f2311270c
initial rev
pirms 26 gadiem
Brian Paul
cdc62309b4
move dispatch table size check into _mesa_init_no_op_table()
pirms 26 gadiem
Brian Paul
f25e1ac31f
added call to _mesa_init_no_op_table()
pirms 26 gadiem
Brian Paul
59577b577d
added _mesa_init_no_op_table()
pirms 26 gadiem
Brian Paul
91bcefaa49
lots of work on extension management
pirms 26 gadiem
Brian Paul
4329fd5e47
added _GLAPI_EXTRA_SLOTS symbol
pirms 26 gadiem
Brian Paul
7110c37d5e
generate Z values when fog enabled (Andree Borrmann)
pirms 26 gadiem
Brian Paul
88590fb342
include glapitable.h
pirms 26 gadiem
Brian Paul
7e1161bd2d
now using glapitemp.h to generate entrypoints
pirms 26 gadiem
Brian Paul
1210b0d9f3
initial rev
pirms 26 gadiem
Brian Paul
21217695d3
include glapi.h
pirms 26 gadiem
Brian Paul
c42c33e2a1
bunch of changes for separate read buffer feature
pirms 26 gadiem
Brian Paul
086a151f94
implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()
pirms 26 gadiem
Brian Paul
cea0e8e670
replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()
pirms 26 gadiem
Brian Paul
3f02f90f94
added support for separate read/draw buffers per context
pirms 26 gadiem
Keith Whitwell
04c43deb54
another typo
pirms 26 gadiem
Brian Paul
ad6fd8ed4d
added GLX 1.3 functions
pirms 26 gadiem
Brian Paul
4e176ff358
added _mesa_clip_pixelrect()
pirms 26 gadiem
Brian Paul
78fc78e0f6
clean up of version handling, removed GLX_EXT_get_proc_address string
pirms 26 gadiem
Brian Paul
bdbd2e04c8
changed comment for WriteRGBSpan()
pirms 26 gadiem
Brian Paul
b82d993b03
added glXGetCurrentDisplay() for GLX 1.2
pirms 26 gadiem
Brian Paul
8acb3a1238
fixed potential bug in _mesa_ShadeModel()
pirms 26 gadiem
Brian Paul
414b6e7c00
added SET/CLEAR/TEST_BITS macros, misc clean-up
pirms 26 gadiem
Brian Paul
f2db7ed71e
fixed shade model bug (A.Borrmann)
pirms 26 gadiem
Brian Paul
ca1ea0ac09
removed redundant fxCloseHardware() decl
pirms 26 gadiem
Brian Paul
f0dee6578a
renamed struct gl_palette as struct gl_color_table
pirms 26 gadiem
Brian Paul
7fb54ae3b3
updates for thread safety
pirms 26 gadiem
Brian Paul
0498682406
updates for Mesa 3.3
pirms 26 gadiem
Keith Whitwell
784657c379
fixes for andree's drawarrays problems
pirms 26 gadiem
Brian Paul
653c83b9b4
two fixes in gl_DrawArrays (Andree Borrman)
pirms 26 gadiem
Brian Paul
e160f9419c
fixed FX_grSstControl(), now returns FxBool
pirms 26 gadiem
Brian Paul
e95cc0dce3
removed unused fxTMNewTMFreeNode decl
pirms 26 gadiem
Brian Paul
4b7526d001
silence an uninitialized var warning
pirms 26 gadiem
Brian Paul
d0247f53ae
test visinfo, not vishandle in save_glx_visual (Wolfram Gloger)
pirms 26 gadiem
Andre Werthmann
6630e2be01
checked in the first new PIII vertex-transformation code
pirms 26 gadiem
Brian Paul
80e872df2b
make clean removes .lo .la and .libs/
pirms 26 gadiem
Brian Paul
ece75acd6b
fixed several texture state bugs found with objbug.c program
pirms 26 gadiem
Brian Paul
9779220286
texture palette update
pirms 26 gadiem
Brian Paul
de3c9791b0
include mem.h
pirms 26 gadiem
Brian Paul
9b006e00ab
fixed mistake in merge regarding texture palettes
pirms 26 gadiem
Brian Paul
5a95679e58
update/merge with Daryll's X server changes
pirms 26 gadiem
Josh Vanderhoof
a2ee2fe360
fixed SSE bugs
pirms 26 gadiem
Brian Paul
b4334b2b87
replaced EXT_color_table with EXT_paletted_texture
pirms 26 gadiem
Brian Paul
4586d8769b
replaced _GLAPI_EXT_color_table with _GLAPI_EXT_paletted_texture
pirms 26 gadiem
Brian Paul
789cf43f18
reordered some functions
pirms 26 gadiem
Brian Paul
2da507defd
moved assembly-related macros from types.h to glheader.h
pirms 26 gadiem
Brian Paul
93b76c048f
restored the gl_Viewport function
pirms 26 gadiem
Kendall Bennett
be599f845f
. More Watcom C++ warnings fixed in Mesa.
pirms 26 gadiem
Jouk Jansen
5b974ed6a1
Workaround for the VMS 32 character maximum limit.
pirms 26 gadiem
Kendall Bennett
e312cf26ea
. Updates to get X86, MXX and 3DNow assembler code working with Watcom
C++ and NASM. This includes lots of _ASMAPI macros to ensure that
assembler functions are prototyped as __cdecl, as Watcom C++ uses
register calling conventions by default.
. Misc fixes to files to remove warnings generated by Watcom C++.
pirms 26 gadiem