Brian
546eff6ba8
Obsolete file.
18 лет назад
Brian
279ffe3f16
New 'draw' module for primitive drawing (clipping, culling, etc).
18 лет назад
Brian
9fbdf50078
New 'draw' module for handling the various stages of primitive drawing (clipping, culling, etc).
18 лет назад
Brian
10f4b37bd7
Rename/move some files to modularize the primitive/draw code.
18 лет назад
Brian
aa328291c5
Fix size test bug in _mesa_test_proxy_teximage().
width/height/depth == 0 is a legal texture size (no error generated).
Later, the texture will be considered incomplete, however, and texturing
will effectively be disabled.
See bug 11309.
18 лет назад
Brian
37ece4df7c
Check if 'indices' parameter is NULL (bug 11314)
18 лет назад
Brian
25cfb68f0b
Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax.
18 лет назад
Brian
64359af071
check depthScale value for optimized ushort->uint case (fixes bug 11474)
18 лет назад
Brian
a164d3aee0
In _swsetup_Translate(), update dest->attrib[FRAG_ATTRIB_COL0].
Also, check if we're in RGB vs. CI mode. This fixes a problem with
incorrect rendering color seen with the redbook/polys demo.
18 лет назад
Brian
0bf2479aef
Add case for GL_QUADS in i915_reduced_primitive_state().
The t_dd_tritemp.h code can emit GL_QUADS primitives. We need to catch
that case to determine if polygon stipple should be enabled.
Fixes bug reported by Carlos Diógenes on 4 July 2007.
18 лет назад
Patrice Mandin
f0aa6654e2
Merge branch 'master' of git+ssh://pmandin@git.freedesktop.org/git/mesa/mesa
18 лет назад
Patrice Mandin
69501d76fc
NV_17 is different from NV_10
18 лет назад
Patrice Mandin
2adcd5bdd2
NV1X don't support VIEWPORT_ORIGIN in hardware
18 лет назад
Xavier Bachelot
f98bdfca57
call glutInit(), bug 11486
18 лет назад
michal
9b32c33e9d
Fix function names.
18 лет назад
michal
6d8fb1a543
Indent.
Fix function prototype.
18 лет назад
michal
3b8bc1f467
Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
18 лет назад
michal
ffe58739da
Softpipe: import TGSI tree. Not hooked-up yet.
18 лет назад
Brian
ffa2659204
stencil pixel map didn't work in _mesa_unpack_stencil_span(), bug 11475
18 лет назад
Brian
c223c6b663
Be more consistant with paths in #includes. Eventually, eliminate a bunch of -I flags.
18 лет назад
Brian
e8e5d9effe
support more modes, added -f cmd line option
18 лет назад
Brian
9aa8223605
assorted clean-ups
18 лет назад
Eric Anholt
bd9db5eed2
fix LogicOp/bitmap problem, bug 11133
18 лет назад
Brian
22b0b2f47e
add fbdev/ to DEMO_FILES
18 лет назад
Dave Airlie
5657fc5b4c
r300: only init swtcl on tcl-less cards
18 лет назад
Brian
ac5523a9c3
SIMD comments
18 лет назад
Brian
284efcfc27
hook in state tracking for blend color
18 лет назад
Brian
d378a2c0b8
added blend_color
18 лет назад
Brian
111880798a
Blend MIN/MAX modes are special: the src/dest terms are always one.
18 лет назад
Brian
f6d4f5e1e9
Rewrite blending in terms of SIMD operations.
18 лет назад
Brian
7ff4359a3b
added vec2(vec4) constructor, bug 11404
18 лет назад
Brian
a36b5c6d47
add code for stpq, rgba writemasks in make_writemask(), bug 11404
18 лет назад
Brian
a813f65487
clarify that line_stipple_factor is in [0,255] corresponding to GL's range of [1,256].
18 лет назад
Brian
3d04682b7a
fix StepX/StepY typo
18 лет назад
Brian
f9b53f648d
use _mesa_unpack_stencil_span() in draw_stencil_pixels(), bug 11457
18 лет назад
Roland Scheidegger
9a45176dd8
fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug #11030)
18 лет назад
Brian
ea92566ed9
rename a few structs (use _state suffix consistantly), reorder/sort fields in some structs
18 лет назад
Brian
9220255d75
add const to wglSetPixelFormat() to match .h declaration
18 лет назад
Brian
06542019a8
avoid unnecessary clamping of depth values (bug 11448)
18 лет назад
Dave Airlie
6257ed8663
r300: fix compiz crash on swtcl - doesn't fix compiz though.
Compiz for some reason looks like ass, everything with textures
looks like it has a 2x width/height multiplier on the texture coords...
18 лет назад
Claudio Ciccani
a49570794a
Compute the amount of time to sleep on idle event using timers as reference.
18 лет назад
Claudio Ciccani
33da6cb133
Fixed initialization of render buffer and deinitialization of context.
18 лет назад
Dave Airlie
ad19038080
r300: oops wrong logic for swtcl
18 лет назад
Dave Airlie
0caee6b006
r300: oops turn back off cmd buf debugging
18 лет назад
Dave Airlie
f556b7f84c
Merge branch 'r300-swtcl'
18 лет назад
Dave Airlie
646ed82e6b
fix tabbing
18 лет назад
Dave Airlie
6564e4bffa
r300: add authorship
18 лет назад
Dave Airlie
2d5313db72
r300: remove some unused code
18 лет назад
Dave Airlie
b691d46046
r300: cleanup some of the swtcl code
18 лет назад
Dave Airlie
8f7478e5cb
r300: fixup manytex, we needed to emit the vic/vir/vof every time
18 лет назад