Daniel Borca
722cb89a13
no-op table on par with main dispatcher
22年前
Daniel Borca
ff1c766f7c
Mingw3 prototypes
22年前
Keith Whitwell
203dca4287
Testing
22年前
Brian Paul
a48a280e27
added Aqsis link
22年前
Brian Paul
b4b04651f5
remove BMRT link
22年前
Keith Whitwell
85138fa443
Add comment regarding sse disable
22年前
Keith Whitwell
20caac0967
SSE segfaults in conform - disable for now.
22年前
Keith Whitwell
38bf45d4bb
Fixes for _swsetup_Translate()
22年前
Keith Whitwell
44d4a8f645
Apply attribute offset when calling extract().
Simplify stride calcs.
22年前
Eric Anholt
10095c9024
Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diff
XFree86 bug: 314
22年前
Brian Paul
283507075a
added missing descrip.mms files to tar file list
22年前
Keith Whitwell
16f54219f5
Slight cleanup
22年前
Keith Whitwell
fc9f313b9d
Remove debug
22年前
Keith Whitwell
588225770c
Beef up t_vertex.c:
- cope with input vectors with size less than that of the emitted
attribute.
- cope with vertices with 'holes' inside and between vertices.
Fix calculation of tnl->render_inputs to work with fp programs.
Mirror VB->PointSizePtr in VB->AttribPtr so that it can work with t_vertex.c.
Transition swrast_setup/ to use t_vertex.c to build swrast vertices.
22年前
Keith Whitwell
ce81fe69da
Add t_vertex.c
22年前
Keith Whitwell
790734045b
Re-commit t_vertex.[ch] changes to fd.o server.
22年前
Felix Kuehling
effc73931f
Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200.
The def_max_anisotropy option breaks driconf. :( I'm going to upload a
fixed version soon.
22年前
Felix Kuehling
dbfe7ae848
Added two new options: def_max_anisotropy and no_neg_lod_bias. The latter one
is for disabling faked "anisotropy" in e.g. FlightGear.
22年前
Felix Kuehling
22d1acf2ee
New, less expensive workaround for state-change lockups.
22年前
Felix Kuehling
9741dd6cf4
Reenable the vtxfmt code paths in the radeon and r200 drivers.
22年前
Brian Paul
41c310b20a
whitespace changes and new comments
22年前
Brian Paul
4d1b773dd3
latest updates
22年前
Brian Paul
d7a3b7e27b
added -fPIC -fomit-frame-pointer etc to sunos5-gcc configs (bug 868737)
22年前
Brian Paul
fc528e27c6
added info about S3TC texture compression
22年前
Brian Paul
1fdfd54ba2
updated CVS info
22年前
Felix Kuehling
2788927410
Fix TCL_LIGHT_MODEL_CTL setting in radeonColorMaterial.
22年前
Keith Whitwell
7a57932a02
Don't allow lighting in model coordinates when fog is active,
from radeon_state.c, noticed by Dieter Nuetzel.
22年前
Keith Whitwell
eff4abcbd8
Correct sense of ctx->_ForceEyeCoords (Felix Kuhling)
22年前
Brian Paul
f903e1142d
the optimized UNCLAMPED_FLOAT_TO_UBYTE macro was broken
22年前
Daniel Borca
0ee5f6203c
reverted TMUs for proper multitexturing
22年前
Keith Whitwell
fabb9734dd
new files
22年前
Brian Paul
259b880bc7
Version bumps, etc for Mesa 6.0
22年前
Daniel Borca
e9e98405e7
DMesa: removed MGA2064W driver
DMesa: added capability to query visuals
fxMesa: WGL_3DFX_gamma_control
fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...)
22年前
Brian Paul
eee77bf82f
added link to RELNOTES-5.1
22年前
Brian Paul
9ccc84160b
added MD5 checksums for 5.1 tarballs
22年前
Brian Paul
ede655c230
updates for 5.1 release
22年前
Ian Romanick
63a5cbb177
Fix to work with the C preprocessor in GCC 3.3.x.
22年前
Brian Paul
829adaee79
updated location of config.h
22年前
Brian Paul
65aeac065c
s/Makefile.X11/Makefile.solo/ for make clean
22年前
Brian Paul
63f4e198b4
fix GL_MIN/MAX w/ glBlendFuncSeparate bug (Ian Romanick)
22年前
Brian Paul
b3b725b1e6
Assorted mklib tweaks.
Added Intel icc support to mklib.
22年前
Daniel Borca
f80220d050
EXT_secondary_color and EXT_separate_specular via multipass
22年前
Karl Rasche
7aa77b679d
Problem computing specular value in OPCODE_LIT - pulled in value from
vertex program execution of LIT
22年前
Brian Paul
79ce209553
fixed bad touch command
22年前
Brian Paul
82e9f0099d
fix some matypes.h glitches
22年前
Brian Paul
3c7b7df6d5
call _ae_destroy_context() and _ae_invalidate_state() from the proper places
22年前
Brian Paul
c360a721e7
init vars to silence warnings
22年前
Brian Paul
e39e7bc17c
added BeOS files, src/mesa/sources file
22年前
Brian Paul
50f20ec7f5
Updates from Philippe Houdoin.
22年前
Alan Hourihane
3b81ccd826
fix for C++
22年前