Michal Krol
|
c337bafeb9
|
gallium: Use `_new' name, `new' is a reserved keyword in C++.
|
17 years ago |
Michal Krol
|
1e23dac869
|
gallium: Provide unprotected atomic implementation for display and miniport interfaces.
|
17 years ago |
Michal Krol
|
709b3128f3
|
python: Fix build after refcount rework.
|
17 years ago |
Michal Krol
|
7b0c459bb4
|
python: Include `p_winsys_screen.h'.
|
17 years ago |
Michal Krol
|
4e1c925ef5
|
python: Do not pass screen object to pipe_buffer_reference.
|
17 years ago |
Michal Krol
|
627c2d2f0a
|
tgsi: Silence const pointer cast warnings.
|
17 years ago |
Corbin Simpson
|
175f58baa9
|
r300-gallium: r500-fs: Properly set up TEX/OUT.
|
17 years ago |
Corbin Simpson
|
307e68f739
|
r300-gallium: r500-fs: Texture insts, ABS, moar comments.
|
17 years ago |
Corbin Simpson
|
93ef9ec5eb
|
r300-gallium: Clean up some code, un-special-case scalar ops.
|
17 years ago |
Corbin Simpson
|
f1d93f6082
|
r300-gallium: r500-fs: CMP/MOV/SWZ, negation, ADD/MAD/MUL/SUB.
Also a fair amount of cleanup.
|
17 years ago |
Corbin Simpson
|
add896aec8
|
r300-gallium: Fix relocation for textures.
This keeps texture emit from invalidating CS.
|
17 years ago |
Jakob Bornecrantz
|
b95789ddb9
|
trace: Fix memory leak
|
17 years ago |
José Fonseca
|
cddf629282
|
util: bitmask data type.
|
17 years ago |
Jakob Bornecrantz
|
068fd6d50b
|
trace: Re-init refcounters just incase
|
17 years ago |
Jakob Bornecrantz
|
f73066fbd5
|
trace: Dump buffer data via buffer writes
|
17 years ago |
Jakob Bornecrantz
|
2f52c7f901
|
progs/trivial: Ignores
|
17 years ago |
Jakob Bornecrantz
|
2004b99b83
|
progs/tests: Ignores
|
17 years ago |
Michal Krol
|
d8445e8fe1
|
python: Use transfer object to read from a surface.
|
17 years ago |
Michal Krol
|
fcf93aa06d
|
python: pipe_vertex_buffer's pitch member has been renamed to stride.
|
17 years ago |
Michal Krol
|
56282d79f6
|
python: size is not a member of pipe_constant_buffer any more.
|
17 years ago |
Corbin Simpson
|
5ad1721540
|
r300-gallium: r500-fs: Add ABS.
|
17 years ago |
Corbin Simpson
|
567aead92a
|
r300-gallium: r500-fs: Clamp only when saturation flags are set.
|
17 years ago |
Corbin Simpson
|
3cce08e313
|
r300-gallium: r500-fs: Working ADD and MUL, add more sop stuff.
|
17 years ago |
Corbin Simpson
|
b9ecd7273b
|
r300-gallium: Cleanup a few things.
|
17 years ago |
Corbin Simpson
|
d16533cc87
|
r300-gallium: r500-fs: MUL.
|
17 years ago |
Corbin Simpson
|
fe1c94d8d3
|
r300-gallium: r500-fs: Stub out the simple scalar ops.
COS, SIN, and CSC are not simple.
|
17 years ago |
Corbin Simpson
|
a22e40c29c
|
r300-gallium: r500-fs: Add DPH.
|
17 years ago |
Corbin Simpson
|
65ec17f320
|
r300-gallium: r500-fs: Add dot products.
We're cookin' now.
|
17 years ago |
Michal Krol
|
c97b671d64
|
gallium: Implement atomic for MSVC on x86.
|
17 years ago |
Michal Krol
|
a7d42e11b4
|
gallium: Implement atomic interface for windows user mode subsystem.
|
17 years ago |
José Fonseca
|
102cb5c9cd
|
scons: Promote declaration-after-statement to error. Detect more warnings.
|
17 years ago |
José Fonseca
|
e5a3aa5672
|
progs: Try to read the texture from the current dir, if full path fails.
|
17 years ago |
Michal Krol
|
ed7bb2c196
|
gallium: Use macro parameter names consistently.
|
17 years ago |
Michal Krol
|
bf6ed0b962
|
gallium: pipe_mutex_init() is of type void.
Both the windows and fallback versions are void already.
|
17 years ago |
Michal Krol
|
13dad5294b
|
gallium: Include p_compiler.h for integer types.
|
17 years ago |
Michal Krol
|
47c18b35b0
|
softpipe: Use p_atomic_read, not atomic_read.
|
17 years ago |
Thomas Hellstrom
|
cf25ef9072
|
gallium: Use struct pipe_atomic for pipe refcounts.
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
|
17 years ago |
Thomas Hellstrom
|
fc1ef97c33
|
gallium: Add simple atomic class api.
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
|
17 years ago |
Michal Krol
|
1f3fe40554
|
tgsi: Begin documenting NV_gpu_program4 instruction set operations.
|
17 years ago |
Michal Krol
|
bf3759e0d4
|
tgsi: Document NV_vertex_program3 instruction set operations.`
|
17 years ago |
Michal Krol
|
ad908465f1
|
wgl: Port glthreads to WGL.
|
17 years ago |
Michal Krol
|
9ba52e1268
|
mesa: Silence compiler warnings.
|
17 years ago |
Corbin Simpson
|
877aaad06d
|
r300-gallium: r500-fs: Actually handle consts and imms correctly.
This makes mad.txt draw correctly. Yay!
|
17 years ago |
Corbin Simpson
|
5bc4562849
|
r300-gallium: Emit constants as floats, not uints.
|
17 years ago |
michal
|
97e4caa33a
|
python: Include missing `p_compiler.h' header.
|
17 years ago |
michal
|
5494251890
|
python: Do not pass shader_state to util shader functions.
|
17 years ago |
michal
|
38b074495a
|
python: Use transfer objects to initialise texture data.
|
17 years ago |
michal
|
f6c3edb308
|
python: Use new bypass_vs_clip_and_viewport rasteriser flag.
|
17 years ago |
Corbin Simpson
|
f197a8b916
|
r300-gallium: Fix vertex memory offsets.
Wow, I must have been asleep when I made that mistake.
|
17 years ago |
Corbin Simpson
|
4f5678c1eb
|
radeon-gallium: Add my R580 to the xorg PCI ID list.
At some point, going to have to grab the big list from xf86-video-ati.
|
17 years ago |