Brian Paul
|
ad51be1ad4
|
fixed bad texture border test (sometimes caused a segfault)
|
24 years ago |
Brian Paul
|
72deb502d7
|
minor clean-up
|
24 years ago |
Keith Whitwell
|
bc69de5f21
|
Driver interface changes
|
24 years ago |
Keith Whitwell
|
7954a0cafd
|
Replace PipelineStart, PipelineFinish with RunPipeline. Clean up
_tnl_run_pipeline() a little.
|
24 years ago |
Brian Paul
|
f2bcadec7c
|
removed linux-386-opt-V2-glide config since FX_V2 symbol has no significance anymore
|
24 years ago |
Brian Paul
|
f50bbbf855
|
check hardware type and use SETUP_SNAP if needed
|
24 years ago |
Brian Paul
|
8acb7e9ea2
|
fixed loop bug in _mesa_ConvolutionFilter2D()
|
24 years ago |
Brian Paul
|
20dc7e6945
|
minor clean-ups
|
24 years ago |
Brian Paul
|
b9f2494bfc
|
fixed FP underflow problem in kfact computation
|
24 years ago |
Brian Paul
|
91979127ec
|
fixed font/bitmap x-offset bug (Frank Warmerdam)
|
24 years ago |
Brian Paul
|
7884aa151f
|
fixed Y flip problem in read_rgba_pixels() (Frank Warmerdam)
|
24 years ago |
Brian Paul
|
a41edc31ce
|
check for tiny values in dir[] vector in calcposobjs(), prevents FP underflows later
|
24 years ago |
Brian Paul
|
61cb081a35
|
missed a GLfixed->GLfloat fog change
|
24 years ago |
Brian Paul
|
78023e9808
|
don't call _mesa_win_fog_coords_from_z() if fog is disabled, fixes FP exception
|
24 years ago |
Brian Paul
|
7b9ff48d02
|
make sure rotation plugged into sin/cos lookup tables is always positive, fixes FP exception
|
24 years ago |
Brian Paul
|
f2bfc66c5d
|
fixed minor logic error in _mesa_StencilOp()
|
24 years ago |
Keith Whitwell
|
cd487af90b
|
remove debug code
|
24 years ago |
Keith Whitwell
|
5f2230c7bf
|
add missing translate functions
|
24 years ago |
Keith Whitwell
|
bcf749e83a
|
fix possible segfault on destroy context
|
24 years ago |
Keith Whitwell
|
335634b807
|
Add FLUSH_CURRENT() calls to fix ordering problems (incl. hierarchical
dlist calls).
|
24 years ago |
Keith Whitwell
|
e809379caf
|
Use correct PV when clipping.
|
24 years ago |
Keith Whitwell
|
0a716cdff8
|
Don't scale basealpha by 255 now it's a float.
|
24 years ago |
Keith Whitwell
|
0ff31445f2
|
fix eval/colormaterial interaction
|
24 years ago |
Brian Paul
|
bc920f08f5
|
set MRD to 1.0, fixes new Glean polygon offset failure
|
24 years ago |
Brian Paul
|
dae62174c5
|
sample plane equations at fragment centers, not lower-left corner
|
24 years ago |
Gareth Hughes
|
c5e907e501
|
Add new tests.
|
24 years ago |
Gareth Hughes
|
95d0fe9c11
|
More cleanups.
|
24 years ago |
Gareth Hughes
|
c329f0824c
|
Initial new Win32 build support. More to come.
|
24 years ago |
Brian Paul
|
43caa5c09a
|
added info about driver status in 3.5
|
24 years ago |
Brian Paul
|
a2519c8aed
|
do FLUSH_VERTICES() in glGet*() functions to make occlusion testing work, perhaps needed for other cases, like GL_CURRENT_COLOR
|
24 years ago |
Brian Paul
|
1b3528fe63
|
interpolate fog valus as floats, not fixed - fixed the swrast fog problem
|
24 years ago |
Keith Whitwell
|
652a14a215
|
fix for moebius infinite loop
|
24 years ago |
Brian Paul
|
a03463303d
|
added assertion to catch infinite loop in _tnl_fixup_compiled_cassette() - might help Keith
|
24 years ago |
Brian Paul
|
9e351d52ae
|
minor clean-ups and warning fixes
|
24 years ago |
Keith Whitwell
|
5028216c81
|
add disabled test to turn on vertex snapping.
|
24 years ago |
Brian Paul
|
531ac77263
|
fixed vertex color problems
|
24 years ago |
Brian Paul
|
fe5cb830b1
|
teximage updates. seems to work fine.
|
24 years ago |
Brian Paul
|
104c9fde4e
|
changed parameters to _mesa_rescale_teximage2d()
|
24 years ago |
Brian Paul
|
70bb907286
|
minor XFree86 change
|
24 years ago |
Keith Whitwell
|
adcc2ce92b
|
float color changes
|
24 years ago |
Brian Paul
|
7448e33768
|
applied Diego Santa Cruz's patch to triangulateRectCenter()
|
24 years ago |
Keith Whitwell
|
5b976943ee
|
removed debug
|
24 years ago |
Keith Whitwell
|
f4a003c3ca
|
fix from Jouk
|
24 years ago |
Keith Whitwell
|
0e14d6d68e
|
Lots more eval fixes
|
24 years ago |
Keith Whitwell
|
16837e4219
|
Restore optimization for cva glArrayElement operation.
|
24 years ago |
Brian Paul
|
ac4a41d198
|
sync with XFree86/DRI glcore.h, now identical
|
24 years ago |
Keith Whitwell
|
3d49061bfc
|
typo
|
24 years ago |
Keith Whitwell
|
d92f615fe5
|
More HW_DIVIDE checks.
|
24 years ago |
Keith Whitwell
|
1018a16f39
|
Allow drivers to provide a dynamic CHECK_HW_DIVIDE, to turn the divide off
according to a runtime test.
|
24 years ago |
Keith Whitwell
|
f358988f2e
|
fix color copying in twosided quads
|
24 years ago |