Michel Dänzer
f43e621e22
gallivm: Print error message from ParseBitcodeFile() in case it fails.
16 年前
Michel Dänzer
359bbe7432
gallivm: Explicitly specify the LLVM components we need.
16 年前
Michel Dänzer
f586c31fa6
gallivm: Adapt to header file move in LLVM 2.4.
16 年前
Ben Skeggs
7a90ace9c8
nv50: make rtt work again
16 年前
Ben Skeggs
ac6516101b
nv50: fix handling of depth textures
16 年前
Ben Skeggs
39bcc39717
nv50: another typo..
16 年前
Ben Skeggs
ecb2eb4c99
nouveau: fix warning
16 年前
Ben Skeggs
73f1857aee
nv50: fix assertion failure
16 年前
Ben Skeggs
f935f35287
nv50: remove previous hack to manage tiled surfaces
16 年前
Ben Skeggs
515c3d9bc1
nv50: fix a typo and a thinko
16 年前
Ben Skeggs
ed8f0b753b
nv50: enable npot textures
16 年前
Ben Skeggs
b01d0077af
nv50: disable shader debug
16 年前
Ben Skeggs
08b6534bc8
nv50: any cpu access to a texture is done on its backing images
Still a little dodgy:
- RTT will hit an assertion (hopefully!) and fail
- 3D textures with depth >= 32 will cause bad things to happen
16 年前
Ben Skeggs
103020f264
nv50: create buffers for each image that makes up a texture
16 年前
Ben Skeggs
df266471b1
nouveau: return buffer map to something sane.
Sorry, but no, we're not doing this.. Correctness always takes precedence
over speed. Implement this higher up where you know it's safe to do so,
and doesn't break other things in the process.
16 年前
Ben Skeggs
7b6fb34e9d
nouveau: use usage, not uninitialised flags value...
16 年前
Brian Paul
516dd9b361
cell: optimize unpack_colors() function, saving 12 cycles
16 年前
Brian Paul
6324c77e01
cell: move color unpacking code into separate function
16 年前
Brian Paul
b27eb7cb4f
cell: re-order the z/stencil fetch/extract/convert instructions for better perf
The new instruction order is 10 cycles faster.
16 年前
Brian Paul
c4a782041b
cell: datatype clean-ups in SPE rtasm
16 年前
Brian Paul
c73b8c4131
cell: simplify the 'optional register' code
16 年前
Brian Paul
91fac69537
cell: asst datatype clean-ups
16 年前
Brian Paul
097da27f55
cell: move depth/stencil code into separate function
16 年前
Brian Paul
33ba88a0df
cell: clean-up, re-indent, comments
16 年前
Brian Paul
83a525af95
cell: use tgsi_dump_instruction() instead of spe_comment()
16 年前
Brian Paul
2acf07983f
gallium: use tgsi_dump_instruction() instead of ppc_comment()
16 年前
Brian Paul
d4394bb768
gallium: remove unused struct type
16 年前
Brian Paul
0c71313970
gallium: fix register clobber bug in TGSI->PPC codegen
When negating a src vector that's stored in a altivec register, need to put
negated value into a new register so we don't upset the original value.
This solves the dark colors in the mandelbrot GLSL demo.
Also, use new predicate functions to check if a TGSI temp is stored in
an altivec register.
16 年前
Brian Paul
1922ea965a
gallium: emit comments in TGSI->PPC codegen
16 年前
Brian Paul
2ebd969f0f
gallium: code to dump/debug PPC code (disabled)
16 年前
Brian Paul
7acaeb8775
gallium: added comment/annotation support to PPC rtasm
16 年前
Brian Paul
fba6dac380
cell: added rule to produce .s assembly files
16 年前
Brian Paul
2b26a92cd3
gallium: s/false/FALSE/
16 年前
Younes Manton
6cee4b8d7e
mesa: Update .gitignore
16 年前
Younes Manton
0b03cd4ea7
nouveau: Update nv30 swizzling.
16 年前
Younes Manton
8ee238be75
nouveau: Factor out common winsys bits into libnouveaudrm.a
16 年前
Younes Manton
734b3cb182
g3dvl: Use Gallium thread wrappers.
17 年前
Younes Manton
1e9c3efcc7
g3dvl: Use Gallium MALLOC wrappers.
17 年前
Younes Manton
db1021a37c
g3dvl: Get rid of old unbuffered motion compensation code.
17 年前
Younes Manton
3c1b790c31
g3dvl: Map vertex bufs once per frame/flush.
17 年前
Younes Manton
9beb004885
nouveau: Catch some more leaks.
17 年前
Younes Manton
c10db52fcd
g3dvl: Fix some memory leaks.
17 年前
Younes Manton
87e39466dc
g3dvl: Allocate one set of bufs, let winsys rename them as necessary.
17 年前
Younes Manton
af2a856caa
nouveau: Add busy() query, determines if BOs can be mapped immediately.
17 年前
Younes Manton
7289c388f4
nouveau: Use PIPE_BUFFER_USAGE_CPU_* instead of custom.
17 年前
Younes Manton
0e1301ec8f
g3dvl: Expand YCbCr to full RGB range by default.
17 年前
Younes Manton
9cbcdd86d0
g3dvl: Work around mplayer weirdness in XvMCPutSurface().
17 年前
Younes Manton
ebd38dd0d6
g3dvl: Flag textures holding incoming data as dynamic.
17 年前
Younes Manton
34c0281879
nouveau: Put dynamic textures in GART for CPU access and don't swizzle.
Also flag shadows as dynamic since they're for CPU access as well.
17 年前
Younes Manton
fbf418d9dc
gallium: Define PIPE_TEXTURE_USAGE_DYNAMIC.
Knowing how the client intends to use the texture will give the
driver the opportunity to optimize for such cases.
17 年前