Corbin Simpson
e87f26a9b6
r300-gallium: Debugging for the more sensitive card registers.
These are nearly always the cause of hardlocks, so let's dump them.
16 years ago
Corbin Simpson
0f0d0b62ff
r300-gallium: r500-fs: Fixup immediate->constant counting a bit.
16 years ago
Corbin Simpson
fbd758c55e
r300-gallium: More query stuff.
Should work, but doesn't. At least it doesn't hardlock.
16 years ago
Brian Paul
c334ce273e
swrast: use better _swrast_compute_lambda() function
The MAX-based function can produce values that are non-monotonic for a span
which causes glitches in texture filtering. The sqrt-based one avoids that.
This is perhaps slightly slower than before, but the difference
probably isn't noticable given we're doing software mipmap filtering.
Issue reported by Nir Radian <nirr@horizonsemi.com>
16 years ago
Vinson Lee
1eee1bac1f
mesa: update/fix doxygen comments
16 years ago
José Fonseca
c1f8de9954
util: Realloc takes bytes.
16 years ago
Michal Krol
f20a0155f3
wgl: Port sharedtex_mt to WGL.
16 years ago
Michal Krol
ed3781fdc5
tgsi: Document ps_2_0 instruction set operations.
16 years ago
Michal Krol
223bf49b20
tgsi: Document ps_1_4 instruction set operations.
16 years ago
Michal Krol
95ef9803da
tgsi: Document ps_1_1 instruction set operations.
16 years ago
Michal Krol
f07400592f
tgsi: Begin documenting GLSL instruction set operations.
16 years ago
Michal Krol
0ff360c829
tgsi: Begin documenting NV_geometry_program4 instruction set operations.
16 years ago
Thomas Hellstrom
1d2b14cf56
xdemos: Fix sharedtex_mt.
1) Don't allow multiple threads sharing current context,
even if they are mutex protected.
2) Remove all XLockDisplay(), XUnLockDisplay() calls, as they were
only workarounds for xcb.
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
16 years ago
Michal Krol
7f1062584e
python: Return on unknown pixel format.
16 years ago
Michal Krol
c337bafeb9
gallium: Use `_new' name, `new' is a reserved keyword in C++.
16 years ago
Michal Krol
1e23dac869
gallium: Provide unprotected atomic implementation for display and miniport interfaces.
16 years ago
Michal Krol
709b3128f3
python: Fix build after refcount rework.
16 years ago
Michal Krol
7b0c459bb4
python: Include `p_winsys_screen.h'.
16 years ago
Michal Krol
4e1c925ef5
python: Do not pass screen object to pipe_buffer_reference.
16 years ago
Michal Krol
627c2d2f0a
tgsi: Silence const pointer cast warnings.
16 years ago
Corbin Simpson
175f58baa9
r300-gallium: r500-fs: Properly set up TEX/OUT.
16 years ago
Corbin Simpson
307e68f739
r300-gallium: r500-fs: Texture insts, ABS, moar comments.
16 years ago
Corbin Simpson
93ef9ec5eb
r300-gallium: Clean up some code, un-special-case scalar ops.
16 years ago
Corbin Simpson
f1d93f6082
r300-gallium: r500-fs: CMP/MOV/SWZ, negation, ADD/MAD/MUL/SUB.
Also a fair amount of cleanup.
16 years ago
Corbin Simpson
add896aec8
r300-gallium: Fix relocation for textures.
This keeps texture emit from invalidating CS.
16 years ago
Jakob Bornecrantz
b95789ddb9
trace: Fix memory leak
16 years ago
José Fonseca
cddf629282
util: bitmask data type.
16 years ago
Jakob Bornecrantz
068fd6d50b
trace: Re-init refcounters just incase
16 years ago
Jakob Bornecrantz
f73066fbd5
trace: Dump buffer data via buffer writes
16 years ago
Jakob Bornecrantz
2f52c7f901
progs/trivial: Ignores
16 years ago
Jakob Bornecrantz
2004b99b83
progs/tests: Ignores
16 years ago
Michal Krol
d8445e8fe1
python: Use transfer object to read from a surface.
16 years ago
Michal Krol
fcf93aa06d
python: pipe_vertex_buffer's pitch member has been renamed to stride.
16 years ago
Michal Krol
56282d79f6
python: size is not a member of pipe_constant_buffer any more.
16 years ago
Corbin Simpson
5ad1721540
r300-gallium: r500-fs: Add ABS.
16 years ago
Corbin Simpson
567aead92a
r300-gallium: r500-fs: Clamp only when saturation flags are set.
16 years ago
Corbin Simpson
3cce08e313
r300-gallium: r500-fs: Working ADD and MUL, add more sop stuff.
16 years ago
Corbin Simpson
b9ecd7273b
r300-gallium: Cleanup a few things.
16 years ago
Corbin Simpson
d16533cc87
r300-gallium: r500-fs: MUL.
16 years ago
Corbin Simpson
fe1c94d8d3
r300-gallium: r500-fs: Stub out the simple scalar ops.
COS, SIN, and CSC are not simple.
16 years ago
Corbin Simpson
a22e40c29c
r300-gallium: r500-fs: Add DPH.
16 years ago
Corbin Simpson
65ec17f320
r300-gallium: r500-fs: Add dot products.
We're cookin' now.
16 years ago
Michal Krol
c97b671d64
gallium: Implement atomic for MSVC on x86.
16 years ago
Michal Krol
a7d42e11b4
gallium: Implement atomic interface for windows user mode subsystem.
16 years ago
José Fonseca
102cb5c9cd
scons: Promote declaration-after-statement to error. Detect more warnings.
16 years ago
José Fonseca
e5a3aa5672
progs: Try to read the texture from the current dir, if full path fails.
16 years ago
Michal Krol
ed7bb2c196
gallium: Use macro parameter names consistently.
16 years ago
Michal Krol
bf6ed0b962
gallium: pipe_mutex_init() is of type void.
Both the windows and fallback versions are void already.
16 years ago
Michal Krol
13dad5294b
gallium: Include p_compiler.h for integer types.
16 years ago
Michal Krol
47c18b35b0
softpipe: Use p_atomic_read, not atomic_read.
16 years ago