Brian Paul
e5c8261f76
added Glide/Quake bug fix item
25 anni fa
Brian Paul
57db1be417
fixed glXChooseVisual to return NULL if using Glide and user requests too deep of visual parameters
25 anni fa
Brian Paul
ebeb5da82c
fixed Glide link problem
25 anni fa
Brian Paul
bd1b6ef5af
added some missing backslashes
25 anni fa
Brian Paul
672da3532f
bumped version numbers to 3.4
25 anni fa
Brian Paul
554cd6ba8c
bumped version to 3.4
25 anni fa
Brian Paul
585b358204
added vertex fog bug fix
25 anni fa
Brian Paul
1a87813f14
added GLUT projtex demo bug fix
25 anni fa
Brian Paul
fab2936ea2
sync with DRI texgen and texture matrix bug fixes
25 anni fa
Gareth Hughes
510d86231d
Change animated apps to double-buffered visuals by default.
25 anni fa
Brian Paul
183e09ee42
added gluBuild[12]DMipmaps GL_BGR fix
25 anni fa
Brian Paul
feb83f991e
added GL_BGR case to bytes_per_pixel()
25 anni fa
Brian Paul
5c4f8bdfc7
removed X86/*.m4 files from tar archive
25 anni fa
Brian Paul
16deaa9c49
fixed value for GLU_NURBS_MODE
25 anni fa
Brian Paul
12dbb90d4a
added a glFinish() call
25 anni fa
Brian Paul
0bf5284850
added incomplete() debug function/macro
25 anni fa
Brian Paul
e3650179c6
signal NEW_TEXTURING if there's a Driver.BindTexture() function
25 anni fa
Brian Paul
c089afb55b
sync with Mesa 3.5
25 anni fa
Brian Paul
bfaab253d1
fixed 386/x86 mismatches, reordered a few configs
25 anni fa
Gareth Hughes
4c782b7470
Major audit of all Mesa's x86 assembly code. This round is basically
general cleanups - more to come.
Added P6 architecture timing to debug_xform routines. Still need to add
test_all_vertex_functions test for the v16 asm. Dynamic reconfiguration
of counter overhead for more accurate benchmarking.
25 anni fa
Brian Paul
fceecc5bc1
fixed a texture enable bug
25 anni fa
Brian Paul
cb5d29cd17
use 1.1 glPolygonOffset instead of glPolygonOffsetEXT
25 anni fa
Gareth Hughes
807544498a
- General cleanups, fix version numbers.
- Fix INV_MATRIX in katmai_norm_raw.S
- Change MOVUPS to MOVAPS where appropriate
25 anni fa
Brian Paul
17f2610d03
Added glXGetProcAddressARB() bug fix
25 anni fa
Brian Paul
00935d9eab
Rewrote get_static_proc_address(). It made mistakes in some situations
25 anni fa
Brian Paul
c8c04359dd
added glPixelStore bug fix
25 anni fa
Brian Paul
534bc2e2a9
glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly
25 anni fa
Brian Paul
82960fbf69
call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear bug
25 anni fa
Brian Paul
b0c8df81ab
added blend accuracy item
25 anni fa
Brian Paul
ceab228540
improved blending accuracy to fix Glean test failures
25 anni fa
Brian Paul
03614d2f33
sync with DRI tdfx3 branch
25 anni fa
Brian Paul
e17c1d2202
added _mesa_get_teximages_from_driver()
25 anni fa
Brian Paul
e27b783426
added per-fragment bug fix
25 anni fa
Brian Paul
18ef8e7c98
if depthBits == 0, set DepthMask = 2^16 to fix per-fragment fog problems
25 anni fa
Brian Paul
b34a9dab57
update TriangleCaps in GL_POINT/POLYGON_SMOOTH cases
25 anni fa
Brian Paul
7a13c83663
better handling of GLX_DEPTH_SIZE in glXChooseVisual()
25 anni fa
Brian Paul
d4e84664a5
added glDrawPixels fast-path item
25 anni fa
Brian Paul
29f19424ab
fixed fast-path for GL_COLOR_INDEX, GL_UNSIGNED_BYTE drawpixels
25 anni fa
Brian Paul
813e8585a6
added glDrawPixels GL_COLOR_INDEX bug item
25 anni fa
Brian Paul
88337d5109
drawing color-index image to RGB window was broken
25 anni fa
Brian Paul
77a5bab1a3
added glPush/PopAttrib(GL_ENABLE_BIT) item
25 anni fa
Brian Paul
de63653835
removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead
25 anni fa
Brian Paul
2f095b9b09
new params for SpecificCompressedTexFormat() (Bill White)
25 anni fa
Brian Paul
94b61f99c4
added texture env combine bugfix item
25 anni fa
Gareth Hughes
44b450728d
Added SSE streaming store instructions, external symbol directives.
25 anni fa
Gareth Hughes
bc2b379ad0
Added SSE prefetching instructions. General cleanups.
25 anni fa
Gareth Hughes
f35a545d4f
General cleanups. Disable gl_katmai_project_vertices and
gl_katmai_project_clipped_vertices for now as they are broken.
25 anni fa
Brian Paul
0248965561
use cpml.h on Alpha (AlanH)
25 anni fa
Brian Paul
29fb6b3525
replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatype
25 anni fa
Brian Paul
93bff74a02
added glReadPixels bug fix
25 anni fa