Ben Skeggs
2d2f5a4b19
- Secondary colour
- Calculate tc_count in EmitArrays (enabled units != nr texcoords).
21 years ago
Brian Paul
ee7ad16f3f
regenerated
21 years ago
Brian Paul
2c7336af4e
put full prototype on one line to fix gl_mangle.h generation (Dave Reveman)
21 years ago
Brian Paul
012de39c23
remove stray line
21 years ago
Keith Whitwell
60339c7062
Remove ARL opcode from interpreter.
Revert SEL opcode to MSK.
Split out t_vb_arbprogram.h header file.
21 years ago
Keith Whitwell
7fb16836e7
new file
21 years ago
Brian Paul
d45cb9a836
regenerate for latest glext.h
21 years ago
Brian Paul
681b758f11
fix some renderbuffer problems for Xserver build (Dave Reveman)
21 years ago
Brian Paul
a0b5c98364
check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman)
21 years ago
Daniel Borca
31d0cedd78
updates from Paul Garceau
21 years ago
Brian Paul
7477a7d366
added GL libs to APP_LIB_DEPS (bug 3485)
21 years ago
Brian Paul
4417d4cb61
fix error in OSMESA_LIB_NAME line
21 years ago
Brian Paul
ed7f3aead8
fix GL_ALPHA render-to-texture problem (Jon Smirl)
21 years ago
Keith Whitwell
395280bf88
Initialize some variables.
21 years ago
Keith Whitwell
a4691981d9
Add new runtime assembly files.
21 years ago
Keith Whitwell
1d60469c4c
Split out runtime assembly functions.
21 years ago
Keith Whitwell
461a2a799a
New files - split off runtime assembly functions from
t_vertex_sse.c.
21 years ago
Keith Whitwell
757e0855ad
Simplify interpreted language:
- Expand operand argument specifiers so that all registers and
parameters can be referenced directly. Remove old PAR/PRL
instructions.
- No 3 operand instructions, translate MAD -> MUL, ADD. (No room for
3 full operands in instruction struct).
- Translate SWZ instructions into 1 or 2 reduced swizzles at compile
time.
- Add hardwired code for moving input and output values to/from the
register file. Drop old INx, OUT instructions.
21 years ago
Keith Whitwell
17d249d31b
Add a VP_MAX_OPCODE entry to allow engines with internal opcodes to
place them sensibly.
21 years ago
Daniel Borca
4f923fb0bc
updates from Paul Garceau
21 years ago
Jon Smirl
c20a2b0b72
Add SetBuffer to egl driver too
21 years ago
Jon Smirl
ef9e0be0cb
Add a NULL SetBuffer function to the fbdev driver
21 years ago
Brian Paul
2e7dcdd38b
this is auto-generated
21 years ago
Ben Skeggs
d59fbcdee5
TEX to output
21 years ago
Ben Skeggs
3c4c6d1f80
Fix xyz/w interaction (needs a cleanup still..)
Use SRC0A instead of WZY/XXX combination for W in XYZ positions.
Remove dodgy hack from POW opcode, now works correctly without it
21 years ago
Jon Smirl
40b8b57ed4
Make install install GLES too
21 years ago
Brian Paul
df5e2b934b
set OLD_RENDERBUFFER=0, need to clean up a few more things before totally removing that
21 years ago
Brian Paul
d96dd3cd49
remove old span functions from swrast_device_driver struct
21 years ago
Brian Paul
bb8b302dbc
remove old span code
21 years ago
Brian Paul
5ec5c6b222
fix an assertion
21 years ago
Brian Paul
863bd56520
remove old span code
21 years ago
Brian Paul
5821f3d70c
added comment
21 years ago
Karl Schultz
5b10d71559
Fixup file lists for tarball/zip file creation.
- Adjust for recent changes to Windows build files.
- Add in at least some of the new slang files - enough to build on
Windows, but some of the other slang-related files may still need to be
added. (Will probably get corrected just prior to next release, if needed)
21 years ago
Karl Schultz
516546ad5b
Updates for new Windows build system.
21 years ago
Brian Paul
3fe9c40cb2
Remove last of the old span code.
21 years ago
Brian Paul
13c8f985d9
oops, undo previous change
21 years ago
Brian Paul
1516f559bc
start removing old (pre-renderbuffer) span code
21 years ago
Jouk Jansen
c4fbdb090c
Committing in .
OpenVMS makefile added
Added Files:
Mesa/src/mesa/shader/grammar/descrip.mms
----------------------------------------------------------------------
21 years ago
Jouk Jansen
589a3a3f6e
Committing in .
Update OpneVMS compilesupport
Modified Files:
Mesa/src/mesa/shader/descrip.mms
Mesa/src/mesa/shader/slang/descrip.mms
Mesa/src/mesa/shader/slang/slang_compile.c
Mesa/src/mesa/shader/slang/slang_storage.c
Mesa/src/mesa/shader/slang/slang_storage.h
----------------------------------------------------------------------
21 years ago
Eric Anholt
f090fdc50b
Move fallback and other debugging under TDFX_DEBUG using the same mechanism
as other drivers.
21 years ago
Eric Anholt
d638f6a0bb
Add no_rast option.
21 years ago
Keith Whitwell
502504de23
Add a mode to test flat shading + separate specular.
21 years ago
Eric Anholt
f772e3dd15
Fix the 3dfx driver by correcting what appears to be a typo GL_RGBA8 instead
of GL_RGBA in driNewRenderbuffer of the backbuffer.
21 years ago
Brian Paul
c7264415b6
added code to detect GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT error
21 years ago
Brian Paul
1b93953fbc
add support for GL_RENDERBUFFER_RED/GREEN/BLUE/etc_SIZE_EXT querie
21 years ago
Brian Paul
5d5100aabc
remove temporary GL_EXT_framebuffer_object info
21 years ago
Brian Paul
2e081cd90e
updated to version 28
21 years ago
Eric Anholt
0009e3d97d
Bugzilla #2708: Disable the fallback on GL_SPHERE_MAP. It appears to hurt more
than it helps, and we seem to have a handle on how to fix it.
21 years ago
Alan Hourihane
628b18b8ca
Add Intel(R) 945G support (Keith Whitwell, Tungsten Graphics)
21 years ago
Aapo Tahkola
4ec6eceea9
Causes lockups on some rare cases.
21 years ago