Brian Paul
614301faca
fix a typo
пре 23 година
Brian Paul
ece3e63c98
change fog from GLfloat to GLfloat[4] (like other vertex attribs)
пре 23 година
Brian Paul
5fd1cc2e0e
s/glVertexAttrib4fNV/_glapi->Dispatch->VertexAttrib4fNV/
пре 23 година
Brian Paul
d3f6b0559f
added missing dispatch code for new AGP-related functions
пре 23 година
Brian Paul
b5974db277
import from DRI CVS
пре 23 година
Brian Paul
8455203bc7
GLX_NV_vertex_array_range and GLX_MESA_agp_offset extensions
пре 23 година
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 година
Brian Paul
cf69eeb1aa
removed old comment
пре 23 година
Brian Paul
73029c5d75
added GLX_SGIX_fbconfig and GLX_SGIX_pbuffer
пре 23 година
Brian Paul
5687740762
added pbinfo and pbdemo programs
пре 23 година
Brian Paul
21666e3db4
pbuffer info and demo programs
пре 23 година
Brian Paul
e4656003ca
Pbuffers seem to work!
пре 23 година
Brian Paul
fa647e8336
added XMesaCreatePBuffer()
пре 23 година
Brian Paul
3265fe5f8e
more work on fbconfig/pbuffer support
пре 23 година
Brian Paul
f42d366bb6
GLfloat/GLchan updates
пре 23 година
Brian Paul
4b334b2db6
restore ACCUM_BITS to 16
пре 23 година
Karl Schultz
6640bc3bfa
include procs for compressed textures
пре 23 година
Karl Schultz
248b3cf727
remove const storage class specifier for the decl of a var that isn't
a const.
пре 23 година
Brian Paul
072edaf126
updated list of internal changes in 4.1
пре 23 година
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 година
Brian Paul
f782b8189e
multiple GL_POINTS can now be rendered together into one fragment span
пре 23 година
Karl Schultz
f8acbed50d
Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause)
пре 23 година
Brian Paul
a42e7c9172
record GL_INVALID_VALUE in glVertexAttrib*NV() if index > 15
пре 23 година
Brian Paul
be99e845bd
finished up GL_EXT_stencil_two_side
пре 23 година
Brian Paul
0adce5d0ed
removed unused ctx->Polygon.OffsetMRD
пре 23 година
Brian Paul
641b2307ec
removed ctx->Polygon._OffsetAny - not really needed
пре 23 година
Brian Paul
8420ad94f2
bring over from 4.0.4 branch
пре 23 година
Brian Paul
d8419c730e
better error checking related to YCbCr images
пре 23 година
Brian Paul
54f3aab0c7
_glapi_get_proc_address() now always returns a valid dispatch stub function
(provided we're on x86 or SPARC). Later, _glapi_add_entrypoint() will fix-up
the dispatch offset (which was -1). This will allow DRI libGL to avoid
probing for drivers.
пре 23 година
Jouk Jansen
a329d68903
Committing in .
texcompress.c added to OpenVMS makefile.
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
пре 23 година
Brian Paul
89fb06fcc1
new texture compression infrastructure
пре 23 година
Brian Paul
1a0bfdc8c1
fix bug in index_mask() (bug 609837)
пре 23 година
Brian Paul
681b8c9d1b
merge gl_texture_image RowStride from DRI 4.0.4
пре 23 година
Brian Paul
b7808884bb
update from Daniel Borca
пре 23 година
Brian Paul
551b65f137
GL_MESA_pack_invert
пре 23 година
Brian Paul
c5b9950660
updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)
пре 23 година
Brian Paul
c62aeed003
merge updates from 4.0.4
пре 23 година
Brian Paul
f022463aa6
added src/BeOS/*.h to file list
пре 23 година
Brian Paul
5b18bb6a60
stencil two-side and 3dfx fix
пре 23 година
Brian Paul
ca6647b307
two-side stencil info
пре 23 година
Brian Paul
473e51f2fb
Updated BeOS support (Philippe Houdoin)
пре 23 година
Brian Paul
cbc1fb0a9a
push and pop ESI (Daniel Borca)
пре 23 година
Brian Paul
b6e04ee7c8
obsolete
пре 23 година
Brian Paul
a9be374f82
pull-in changes from DRI/Mesa-4.0.4
пре 23 година
Brian Paul
e1cb2fb571
remove GLint t, pass target to _mesa_init_teximage_fields()
пре 23 година
Brian Paul
d5bbbd41c4
fixed _mesa_generate_mipmaps() target problem
пре 23 година
Brian Paul
8cd2d0e782
more detailed _mesa_error() messages
пре 23 година
Brian Paul
c84e84a734
doxygen comments
пре 23 година
Brian Paul
57aca2bf6e
fixed pixel pack bug in glGetTexImage()
пре 23 година
Karl Schultz
99683bd830
Mark destroyed context as not current. (Frank Warmerdam)
пре 23 година