Brian Paul
e5dfe384ad
updates to the trace extension
24 vuotta sitten
Brian Paul
d6dd0fceb1
updated spec
24 vuotta sitten
Brian Paul
f3da389ae0
redo _mesa_PopAttrib() to call Mesa state functions so derived state is updated
24 vuotta sitten
Brian Paul
ab36c9aa1c
removed the unused/broken GL_PGI_misc_hints extension
24 vuotta sitten
Brian Paul
9533fd1842
minor tweaks
24 vuotta sitten
Brian Paul
74b493a5e6
Lots of GLchan datatype changes.
Added GLvector4us datatype in math/m_vector.[ch]
Added _math_trans_4us() in math/m_translate.[ch]
Choose GLvector4ub, GLvector4us, GLvector4f at compile time based on CHAN_BITS.
Made Driver.ClearColor() and Driver.ClearIndex() optional driver functions.
Changed args to Driver.ClearColor(), updated drivers.
Reordered files in Makefile.X11
24 vuotta sitten
Brian Paul
125fddc31d
added DestroyHeads() to test clean-up code
24 vuotta sitten
Brian Paul
6140a8c65f
minor tweaks
24 vuotta sitten
Brian Paul
4e3e9ac8fb
added support for 4 texture units
24 vuotta sitten
Brian Paul
2b2e62154d
space-bar = pause animation
24 vuotta sitten
Brian Paul
b6bcae5698
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Replace "RGBAMode" with "rgbMode", etc.
Other minor clean-ups.
24 vuotta sitten
Brian Paul
ab0c886a6c
added dispatch override mechanism, used by trace extension
24 vuotta sitten
Brian Paul
f2718b0966
fixed glTexSubImage error check bug #128775
24 vuotta sitten
Brian Paul
39927e60ea
test check-in
24 vuotta sitten
Keith Whitwell
c0bcd2ca99
Fixes for performance bug on compiled array element paths.
24 vuotta sitten
Brian Paul
547bbcabff
updated ctx->Driver functions for s/w setup
24 vuotta sitten
Brian Paul
d292b83d1a
fixed a small error in import_color(), include m_translate.h
24 vuotta sitten
Keith Whitwell
d43a5943d8
Fix several conformance problems. Hack solution to line stipple problem.
24 vuotta sitten
Brian Paul
230928ad5f
removed unneeded TXTR_COORD macros (Stephen Tse)
24 vuotta sitten
Keith Whitwell
3fd01320f1
Fixed conform feedback and drawelements tests.
Use correct pv when rasterizing unfilled polys.
24 vuotta sitten
Keith Whitwell
ab8b047ae5
fix conform dlist test
24 vuotta sitten
Keith Whitwell
8415686ea2
Use correct pv in swrast lines routines
24 vuotta sitten
Keith Whitwell
321f67c472
Fix crash in book/stencil.
Allow drivers to perform the perspective divide themselves. Assembly
to do cliptesting without perspective divide for size-4 vectors.
24 vuotta sitten
Keith Whitwell
a087c7421b
Resync with new XFree version of this file
24 vuotta sitten
Brian Paul
3f9ee180a8
initialize Driver.RenderPrimitive to _swsetup_RenderPrimNoop
24 vuotta sitten
Brian Paul
e448d6cf0c
Added PointSize and PointParametersfv to dd interface, for completeness.
Clean-up and updated comments in dd.h file.
24 vuotta sitten
Keith Whitwell
ce656b6a0a
Fixed 'IRound' to 'IROUND' in mmath.h
Fixed fallback path for drawarrays/_tnl_hard_begin.
Removed disabled debug code.
24 vuotta sitten
Keith Whitwell
bfa023921c
Still need 'DD_TRI_CULL_FRONT_BACK'
24 vuotta sitten
Keith Whitwell
d7fc376de8
Add call to Driver.RenderPrimitive()
24 vuotta sitten
Keith Whitwell
7a1f3a37a1
revert XMesaCreateContext changes
24 vuotta sitten
Keith Whitwell
b980b2eeb6
Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers
that used to require a 'ReducedPrimitiveChange' callback.
Various compilation fixes for XFree86.
Reverted to the older version of glcore.h used internally in XFree86, and
moved it to 'Mesa/include/GL/internal/glcore.h', for compatibility with
XFree86.
24 vuotta sitten
Keith Whitwell
44d8de433e
Bring the FX driver into line with core mesa changes.
24 vuotta sitten
Keith Whitwell
e9bf776711
Modify X11 driver and fake glx to store a GLcontext
(ie a 'struct __GLcontextRec *') instead of an 'XMesaContext'.
This is to fix conflicts in XFree86 where both the indirect XMesaContext
and the GLcontext were calling themselves __GLcontextRec's.
24 vuotta sitten
Keith Whitwell
78477947de
Moved glcore.h to a location prefixed by 'GL/internal', for compatibility
with XFree86 and the SI code there.
24 vuotta sitten
Gareth Hughes
ba8f6172bd
Implementation of GL_EXT_texture_env_dot3.
24 vuotta sitten
Gareth Hughes
c851646050
Add GL_POINTS as a primitive, including with CVA DrawElements. Useful
for testing non-triangle primitives on hardware driver fastpaths.
24 vuotta sitten
Brian Paul
8cbc573eae
Fixed bug in MinMagThresh computation.
Renamed gl_texture_pixels() to _swrast_texture_fragments()
24 vuotta sitten
Jouk Jansen
2d7e25c9ff
Committing in .
Modified Files:
Mesa/src/descrip.mms
VMS makefile update
----------------------------------------------------------------------
24 vuotta sitten
Keith Whitwell
f4b02d1a26
various compilation/warning fixes
24 vuotta sitten
Keith Whitwell
58e9917053
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
is always the last vertex parameter.
Modify clipping to preserve pv colors.
Modify swrast and X11 driver to expect the pv in the last vertex
(was looking in the first vertex previously).
Remove all handling of flatshading from swrast_setup.
Allow drivers to override the unclipped render tabs in tnl_render_stage
directly. (Like in 3.4). Removed fxsimplerender stage.
Modified t_vb_rendertmp.h to remove the need for 'parity' arguments
in RENDER_TRI macros.
24 vuotta sitten
Brian Paul
f22c04cdae
added underflow check in validate_shine_table()
24 vuotta sitten
Brian Paul
6517211e12
added divide by zero check
24 vuotta sitten
Brian Paul
2fd9c8690f
changed some point functions, new picking code
24 vuotta sitten
Brian Paul
63cca75e63
minor bug fixes
24 vuotta sitten
Brian Paul
1c768645c5
added divide by zero check
24 vuotta sitten
Brian Paul
d14fce03f0
added divide by zero checks
24 vuotta sitten
Brian Paul
08dfacd425
New point rasterization functions based on template code that
handles CI/RGB, texture, antialiasing, attenuation, etc.
24 vuotta sitten
Brian Paul
6532db9868
More color macro clean-ups.
FLOAT_TO_CHAN() macro removed.
24 vuotta sitten
Brian Paul
3b399df638
minor clean-up
24 vuotta sitten
Jon Taylor
c1d89d4391
Added missing #include "mmath.h"
24 vuotta sitten