Brian Paul
|
77d61af876
|
added code to initialize shininess tables
|
25 years ago |
Brian Paul
|
904ecb2355
|
initialize TextureStack matrices
|
25 years ago |
Brian Paul
|
2d8db39301
|
added aligned memory allocations (Gareth Hughes)
|
25 years ago |
Brian Paul
|
24507ff6ab
|
added GL_EXT_texture_env_combine (Holger Waechtler)
|
25 years ago |
Brian Paul
|
2a1f50aee4
|
fixed GL_INTENSITY error checking bug
|
25 years ago |
Brian Paul
|
37283bb248
|
another patch for win32 joysticks
|
25 years ago |
Brian Paul
|
86a2de4f1f
|
removed bad DrawDestMask assignments
|
25 years ago |
Brian Paul
|
308a7152b2
|
fixed type checking error
|
25 years ago |
Brian Paul
|
5f1eb35ee2
|
fixed an assertion and minor bug
|
25 years ago |
Brian Paul
|
a25f7e1d90
|
init Point.UserSize
|
25 years ago |
Brian Paul
|
fd3df4b0f7
|
disabled some ctx->NeedEyeCoords shortcuts
|
25 years ago |
Brian Paul
|
de82d063d4
|
updating mat ambient/emissive was broke. always compute ctx->EyeZDir
|
25 years ago |
Keith Whitwell
|
daf3778e86
|
Performance fix for unfilled triangles on mga and i810 hardware.
|
25 years ago |
Brian Paul
|
39103d2e20
|
fixed ColorMask test in update_rasterflags()
|
25 years ago |
Brian Paul
|
4ec13a48b1
|
applied joystick patch from Michael Champigny
|
25 years ago |
Brian Paul
|
3c8299c779
|
Added FREE(depth) in error clause before return
|
25 years ago |
Keith Whitwell
|
2af2c2b556
|
fix GL_BACK color material bug
|
25 years ago |
Brian Paul
|
e4b65b6e59
|
check for special cases of value = 0 or 1 in glAccum
|
25 years ago |
Brian Paul
|
b92471b74c
|
replaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadMipMapLevel() to work-around subtex bug
|
25 years ago |
Brian Paul
|
7dac13272a
|
revamped glCopyTexSubImage1/2/3D() to be more like glCopyTexImage1/2/3D()
|
25 years ago |
Brian Paul
|
4cc11a4fb3
|
added Motif info message
|
25 years ago |
Brian Paul
|
5b2a619fb2
|
moved #define of LLBL into assyntax.h file
removed spaces from all uses of LLBL macro, for FreeBSD
|
25 years ago |
Brian Paul
|
c3501b01d1
|
added dummy function to silence compiler warning
|
25 years ago |
Brian Paul
|
63ec423823
|
GL_TEXTURE_BASE_LEVEL wasn't working correctly
|
25 years ago |
Brian Paul
|
9fb1279b71
|
define GL_GLEXT_PROTOTYPES for glext.h
|
25 years ago |
Brian Paul
|
b3a58bbf1d
|
changed dispatch of GL_EXT_vertex_array functions
|
25 years ago |
Brian Paul
|
614ff87923
|
added EXT version of vertex array functions
|
25 years ago |
Brian Paul
|
1f0e213bf8
|
added EXT version of vertex array functions
|
25 years ago |
Jon Taylor
|
ffd561e4b5
|
Lots of small updates to GGIMesa, tracking LibGGI internals changes
|
25 years ago |
Brian Paul
|
4c07bd5709
|
variety of updates to better conform to real GLX
|
25 years ago |
Brian Paul
|
77ee5aad27
|
added GL_EXT_packed_pixels extension, subset of GL 1.2
|
25 years ago |
Brian Paul
|
9540a1dbcf
|
more work on GL_ARB_texture_compression
|
25 years ago |
Brian Paul
|
c470d86633
|
fixed bugs in fxSetupDepthTest()
|
25 years ago |
Brian Paul
|
aa19f80f40
|
added missing GL_BGRA case
|
25 years ago |
Brian Paul
|
bf996dace4
|
added ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() in _mesa_Fogfv()
|
25 years ago |
Jouk Jansen
|
7d84f5dc5b
|
Committing in .
VMS max 31 character external problem.
Modified Files:
Mesa/src/teximage.h
----------------------------------------------------------------------
|
25 years ago |
Brian Paul
|
ad68f17a06
|
initial work for GL_NV_blend_square extension
|
25 years ago |
Brian Paul
|
ad817704fa
|
more work on GL_ARB_texture_cube_map
|
25 years ago |
Brian Paul
|
eed6f69199
|
include glheader.h instead of system headers
|
25 years ago |
Brian Paul
|
1e0163272b
|
applied Eero Pajarre's patch for Windows
|
25 years ago |
Brian Paul
|
413d6a21f8
|
more work on GL_ARB_texture_cube_map
|
25 years ago |
Brian Paul
|
2c3a620133
|
replaced assertion with a conditional in _glapi_add_entrypoint()
|
25 years ago |
Brian Paul
|
5fb84d263b
|
changed allocation/initialization of API dispatch tables
|
25 years ago |
Brian Paul
|
aea66b135e
|
more work on GL_ARB_texture_compression
|
25 years ago |
Brian Paul
|
98b88b3e70
|
replaced _mesa_base_tex_format() with base_colortab_format()
|
25 years ago |
Brian Paul
|
478beace47
|
enable and clean-up of paletted texture code
|
25 years ago |
Brian Paul
|
f59afc9aad
|
register recent GL extensions for libGL compatibility
|
25 years ago |
Brian Paul
|
1207bf057a
|
initial work for GL_ARB_texture_compression
|
25 years ago |
Brian Paul
|
35d5301a54
|
more texture cube work, misc code clean-up
|
25 years ago |
Brian Paul
|
fc4b44399a
|
more work on GL_ARB_texture_cube_map
|
25 years ago |