Brian Paul
76ef5a3993
fixed parameter mis-ordering bug in Driver.StencilSpan calls
25 роки тому
Brian Paul
bae4b31566
prototype code for vertex array sets/objects (grep for VAO)
25 роки тому
Brian Paul
e23ea371e6
added changes so far for a possible 3.4.1 release
25 роки тому
Brian Paul
77743a4e08
fixed GLX_PBUFFER value
25 роки тому
Brian Paul
7510d9a56e
minor updates for widgets-mesa/
25 роки тому
Brian Paul
75b470c146
added some RENDER_START/RENDER_FINISH macros, finished GetConvolutionFilter()
25 роки тому
Brian Paul
142d00e32f
don't apply transfer ops when upacking pixel spans
25 роки тому
Brian Paul
50cccb667e
added RENDER_START and RENDER_FINISH macros to read_color_image()
25 роки тому
Brian Paul
202ddf7a54
minor fixes for Windows compilation (Joshua Napoli)
25 роки тому
Brian Paul
3efc845d1b
yet another tweak to ctx->NewState |= NEW_TEXTURING in _mesa_BindTexture()
25 роки тому
Brian Paul
dc203452eb
minor optimization in _mesa_convert_texsubimage() for 8-bit texels when replacing entire teximage
25 роки тому
Jon Taylor
f195052952
Misc GGIMesa build fixes
25 роки тому
Brian Paul
adde46e8ee
replaced Texture.Enabled with Texture.ReallyEnabled
25 роки тому
Brian Paul
d9ec7b48d9
init WrapR to GL_REPEAT mode
25 роки тому
Brian Paul
6fa6c586db
patched to silence compiler warnings (Martin Lindhe)
25 роки тому
Brian Paul
ce764717bc
GL_BGR case was misplaced in _mesa_is_legal_format_and_type() (Jeff Hartmann)
25 роки тому
Brian Paul
c6d4a00ca9
fixed bug in _mesa_convert_texsubimage when format == MESA_FF_R8_G8_B8
25 роки тому
Brian Paul
4cdc441b9a
fixed a typo
25 роки тому
Brian Paul
17a68017c0
Adjust Driver.PointsFunc()'s last parameter by +1 for consistancy (AlanH).
Adjust calling parameters and rendering for-loops accordingly.
25 роки тому
Brian Paul
6e9605a00d
minor changes for BeOS/g++ compiling
25 роки тому
Brian Paul
e5c8261f76
added Glide/Quake bug fix item
26 роки тому
Brian Paul
57db1be417
fixed glXChooseVisual to return NULL if using Glide and user requests too deep of visual parameters
26 роки тому
Brian Paul
ebeb5da82c
fixed Glide link problem
26 роки тому
Brian Paul
bd1b6ef5af
added some missing backslashes
26 роки тому
Brian Paul
672da3532f
bumped version numbers to 3.4
26 роки тому
Brian Paul
554cd6ba8c
bumped version to 3.4
26 роки тому
Brian Paul
585b358204
added vertex fog bug fix
26 роки тому
Brian Paul
1a87813f14
added GLUT projtex demo bug fix
26 роки тому
Brian Paul
fab2936ea2
sync with DRI texgen and texture matrix bug fixes
26 роки тому
Gareth Hughes
510d86231d
Change animated apps to double-buffered visuals by default.
26 роки тому
Brian Paul
183e09ee42
added gluBuild[12]DMipmaps GL_BGR fix
26 роки тому
Brian Paul
feb83f991e
added GL_BGR case to bytes_per_pixel()
26 роки тому
Brian Paul
5c4f8bdfc7
removed X86/*.m4 files from tar archive
26 роки тому
Brian Paul
16deaa9c49
fixed value for GLU_NURBS_MODE
26 роки тому
Brian Paul
12dbb90d4a
added a glFinish() call
26 роки тому
Brian Paul
0bf5284850
added incomplete() debug function/macro
26 роки тому
Brian Paul
e3650179c6
signal NEW_TEXTURING if there's a Driver.BindTexture() function
26 роки тому
Brian Paul
c089afb55b
sync with Mesa 3.5
26 роки тому
Brian Paul
bfaab253d1
fixed 386/x86 mismatches, reordered a few configs
26 роки тому
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.
26 роки тому
Brian Paul
fceecc5bc1
fixed a texture enable bug
26 роки тому
Brian Paul
cb5d29cd17
use 1.1 glPolygonOffset instead of glPolygonOffsetEXT
26 роки тому
Gareth Hughes
807544498a
- General cleanups, fix version numbers.
- Fix INV_MATRIX in katmai_norm_raw.S
- Change MOVUPS to MOVAPS where appropriate
26 роки тому
Brian Paul
17f2610d03
Added glXGetProcAddressARB() bug fix
26 роки тому
Brian Paul
00935d9eab
Rewrote get_static_proc_address(). It made mistakes in some situations
26 роки тому
Brian Paul
c8c04359dd
added glPixelStore bug fix
26 роки тому
Brian Paul
534bc2e2a9
glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly
26 роки тому
Brian Paul
82960fbf69
call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear bug
26 роки тому
Brian Paul
b0c8df81ab
added blend accuracy item
26 роки тому
Brian Paul
ceab228540
improved blending accuracy to fix Glean test failures
26 роки тому