Brian Paul
60b6e4fd7e
context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbuffers)
23 years ago
Brian Paul
795ae30787
Glide driver disabled by default
23 years ago
Brian Paul
45c569860c
print transparent pixel info when using -v option (Gerd Sussner)
23 years ago
Brian Paul
cb4253a546
added missing GLX_TRANSPARENT_RGB
23 years ago
Brian Paul
2871f57bcf
check EXT_point_parameters before calling PointParameterfvEXT()
23 years ago
Brian Paul
32d0d5aec4
init swrast->CurrentBuffer
23 years ago
Brian Paul
f58826db57
updated info about glRead/DrawBuffers()
23 years ago
Brian Paul
8ad1076dc2
Another round of glRead/DrawBuffer() clean-ups and simplifications.
Replaced ctx->Color._DriverDrawBuffer with swrast->CurrentBuffer.
Replaced ctx->Pixel._DriverReadBuffer with ctx->Pixel._ReadSrcMask.
swrast->Driver.SetBuffer() takes FRONT/BACK_LEFT/RIGHT_BIT values now.
Added tokens and code for GL_AUX buffers, for completeness.
23 years ago
Brian Paul
9e84910749
undo previous check-in (check if ctx->Color.DrawBuffer == mode)
23 years ago
Keith Whitwell
b110ca34f0
lineloop fix
23 years ago
Brian Paul
d54d4633fd
check mode for no change in _mesa_Read/DrawBuffer()
23 years ago
Brian Paul
813c96f458
updated porting info
23 years ago
Keith Whitwell
fbc236b401
add GL_UNPACK_CLIENT_STORAGE_APPLE gets
23 years ago
Brian Paul
23cdcede5d
check texImage->IsClientData before freeing memory
23 years ago
Brian Paul
71072be182
disable _glapi_set_warning_func() call as it's not present in older libGLs
23 years ago
Brian Paul
0670eb259d
removed old TEXTURE0_ defines
23 years ago
Brian Paul
433a084130
removed old VERT_* defines, use VERT_BIT_* instead
23 years ago
Brian Paul
008a5dd7bb
use new vertex bitfield tokens
23 years ago
Brian Paul
85678e0399
disable wscx field in __GLimportsRec to be consistant with XFree86
23 years ago
Brian Paul
c20579d651
XFree86 fixes (clib macro wrappers)
23 years ago
Brian Paul
f2c5296dd7
disable XMesaCreatePBuffer() for XFree86
23 years ago
Brian Paul
59c5cf35c9
finally get rid of ctx->Texture._ReallyEnabled field
23 years ago
Brian Paul
614301faca
fix a typo
23 years ago
Brian Paul
ece3e63c98
change fog from GLfloat to GLfloat[4] (like other vertex attribs)
23 years ago
Brian Paul
5fd1cc2e0e
s/glVertexAttrib4fNV/_glapi->Dispatch->VertexAttrib4fNV/
23 years ago
Brian Paul
d3f6b0559f
added missing dispatch code for new AGP-related functions
23 years ago
Brian Paul
b5974db277
import from DRI CVS
23 years ago
Brian Paul
8455203bc7
GLX_NV_vertex_array_range and GLX_MESA_agp_offset extensions
23 years ago
Jouk Jansen
f72a3da697
Committing in .
Add compile support in the xdemos directory for OpenVMS
Modified Files:
Mesa/descrip.mms Mesa/xdemos/descrip.mms
Mesa/xdemos/glxgears.c
----------------------------------------------------------------------
23 years ago
Brian Paul
cf69eeb1aa
removed old comment
23 years ago
Brian Paul
73029c5d75
added GLX_SGIX_fbconfig and GLX_SGIX_pbuffer
23 years ago
Brian Paul
5687740762
added pbinfo and pbdemo programs
23 years ago
Brian Paul
21666e3db4
pbuffer info and demo programs
23 years ago
Brian Paul
e4656003ca
Pbuffers seem to work!
23 years ago
Brian Paul
fa647e8336
added XMesaCreatePBuffer()
23 years ago
Brian Paul
3265fe5f8e
more work on fbconfig/pbuffer support
23 years ago
Brian Paul
f42d366bb6
GLfloat/GLchan updates
23 years ago
Brian Paul
4b334b2db6
restore ACCUM_BITS to 16
23 years ago
Karl Schultz
6640bc3bfa
include procs for compressed textures
23 years ago
Karl Schultz
248b3cf727
remove const storage class specifier for the decl of a var that isn't
a const.
23 years ago
Brian Paul
072edaf126
updated list of internal changes in 4.1
23 years ago
Brian Paul
fc80ad6e62
Changed a number of context fields from GLchan to GLfloat (such as ClearColor).
Also changed parameter types for some driver functions (like ctx->Driver.Clear-
Color). Updated all the device drivers.
Someday, we want to support 8, 16 and 32-bit channels dynamically at runtime.
23 years ago
Brian Paul
f782b8189e
multiple GL_POINTS can now be rendered together into one fragment span
23 years ago
Karl Schultz
f8acbed50d
Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause)
23 years ago
Brian Paul
a42e7c9172
record GL_INVALID_VALUE in glVertexAttrib*NV() if index > 15
23 years ago
Brian Paul
be99e845bd
finished up GL_EXT_stencil_two_side
23 years ago
Brian Paul
0adce5d0ed
removed unused ctx->Polygon.OffsetMRD
23 years ago
Brian Paul
641b2307ec
removed ctx->Polygon._OffsetAny - not really needed
23 years ago
Brian Paul
8420ad94f2
bring over from 4.0.4 branch
23 years ago
Brian Paul
d8419c730e
better error checking related to YCbCr images
23 years ago