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