Corbin Simpson
acb8073d07
docs: Stub out list of modules in core distribution of G3D.
16 years ago
Michal Krol
86b336f71b
docs: Explain TGSI_SEMANTIC_NORMAL.
16 years ago
Michal Krol
8ab89d7681
docs: Fix indent.
16 years ago
Michal Krol
07f416cdc9
docs: Clarify what truncate means.
16 years ago
Michal Krol
cef218062a
docs: Replace bogus `\times' back with `*'.
16 years ago
Michal Krol
c929664fdf
docs: TGSI SIN and COS are scalar instructions.
16 years ago
Michal Krol
b3567fc983
docs: Clarify math description of TGSI LRP instruction operation.
16 years ago
Michal Krol
b6659681f2
docs: Correct TGSI acronym expansion.
16 years ago
Corbin Simpson
54ddf642df
docs: Add all semantics to TGSI doc, regen.
16 years ago
Corbin Simpson
5bcd26c172
docs: Re-adjust headers for TGSI, regenerate.
16 years ago
Corbin Simpson
1a7b2f7e95
docs: Regenerate.
16 years ago
Corbin Simpson
da65ac6bba
docs: Moar cleanup.
Good enough for now!
16 years ago
Corbin Simpson
ecb2f2a230
docs: \times.
Yay for sed.
16 years ago
Corbin Simpson
14743ac0e3
docs: abs, lg2, ceil.
16 years ago
Corbin Simpson
dd801e5c02
docs: Pow, sqrt.
16 years ago
Corbin Simpson
d92a685bc3
docs: Clean floor, sine, cosine.
16 years ago
Corbin Simpson
e8ed3b9607
docs: Start mathifying TGSI insts.
16 years ago
Corbin Simpson
9ddeab48c8
More docs. Glossary.
16 years ago
Keith Whitwell
f3347fe397
gallium/docs: extend the context docs a little
16 years ago
Keith Whitwell
14eacb041b
docs: remove some old opcodes and other cruft from tgsi doc
16 years ago
Keith Whitwell
a62aaa7399
docs: pull in tgsi-instruction-set.txt verbatim
16 years ago
Corbin Simpson
c083fa9bba
Regen docs.
16 years ago
Corbin Simpson
a524aab8ae
Moar docs, mostly context.
16 years ago
Corbin Simpson
9f936f2001
Regenerate docs.
16 years ago
Corbin Simpson
fa33812d47
Document rasterizer.
16 years ago
Corbin Simpson
c80f2b04e0
Fill out some of the CSO info.
...And looks like there's already things I don't know. Go figure.
16 years ago
Corbin Simpson
8283e200af
Add screen and context to docs.
16 years ago
Corbin Simpson
a8df5cad9d
Add a compiled HTML doctree.
16 years ago
Corbin Simpson
c686e17e52
Add Gallium docs.
In Sphinx/ReST format.
16 years ago
Corbin Simpson
65ecbdd49c
r300g: Add a few more params.
16 years ago
Marek Olšák
6ba83cd63f
r300g: add texture compare modes
16 years ago
Maciej Cencora
4b6dee0865
r300: minor blit rework
Use vert/tex coords instead of byte offsets for specyfing src/dst image offsets.
This will allow for blitting between tiled/untiled buffers.
16 years ago
Maciej Cencora
a1428868a6
r300: better fix for glCopyTexSubImage
16 years ago
Corbin Simpson
759fd1f25f
r300g: Fix provoking vertex for non-quads.
Read the comments. In short, we can't possibly pass piglit's
glean/clipFlat without some help from Gallium and an API/spec change.
16 years ago
Corbin Simpson
f13a904c34
r300g: Respect provoking vertex for trifans.
Fixes part of piglit's clipFlat test; next up is to get quads right.
16 years ago
Corbin Simpson
bf611cef29
r300g: Eliminate a couple more asserts.
16 years ago
Corbin Simpson
62afcbb233
r300g: Nuke r300_vbo.
16 years ago
Alex Deucher
c8de081dc1
radeon: protect fbo allocation message with debug
fixes fdo bug 25708
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
16 years ago
Michal Krol
c35e5c19e7
util: Add util_format_has_alpha(), enclose in extern C.
16 years ago
Michal Krol
b1580a1623
util/pack: Handle the remaining formats with generic u_format access functions.
16 years ago
Corbin Simpson
f874da422b
util: Update blitter for u_format changes.
:T
16 years ago
Corbin Simpson
a70eba5648
Revert "r300g: flush CS if a buffer being deleted is referenced by it"
As requested by just about everybody. I'm going back to actually reading
patches before ACKing and pushing them.
This reverts commit 417ce06306 .
Conflicts:
src/gallium/winsys/drm/radeon/core/radeon_buffer.c
16 years ago
Richard Li
465333ab70
r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.
16 years ago
Dave Airlie
112908c279
radeon: fix frontbuffer read/drawpixels
Bug 25699
The main problem was the optimising flush wasn't doing the front
rendering checks properly.
16 years ago
Dave Airlie
5f59e79f3a
r300g: store own copy of flush_cb and flush data.
don't go sneaking around inside the libdrm copy.
16 years ago
Michal Krol
b1ed72ebe2
Move the remaining format pf_get_* functions to u_format.h.
Previously they depended on format blocks, but after removing those
they started depending on format encoding.
16 years ago
Michal Krol
ec5577a83d
util: Remove util_format_get_block().
16 years ago
Michal Krol
440fc5bf78
util/format: Fix bogus assertion.
16 years ago
Michal Krol
3af2ddbe94
s/desc->type/desc->channel[0].type/
16 years ago
Sedat Dilek
294bd53d4b
glsl/apps: Add dummy install target to fix 'make install'
Signed-off-by: Brian Paul <brianp@vmware.com>
16 years ago