Dave Airlie
1703628011
r600: move structs for legacy cmdbuf into cmdbuf C file.
...
these really shouldn't be exposed here
2009-12-22 09:58:33 +10:00
Keith Whitwell
f3347fe397
gallium/docs: extend the context docs a little
2009-12-21 23:44:32 +00:00
Keith Whitwell
14eacb041b
docs: remove some old opcodes and other cruft from tgsi doc
2009-12-21 23:38:29 +00:00
Keith Whitwell
a62aaa7399
docs: pull in tgsi-instruction-set.txt verbatim
2009-12-21 23:25:15 +00:00
Vinson Lee
07b54fe35b
progs/redbook: Silence compiler warnings.
2009-12-21 15:20:01 -08:00
Keith Whitwell
03f212b0d8
gallium: propogate draw retval changes into more drivers
2009-12-21 22:55:40 +00:00
Keith Whitwell
09e785ee04
gallium: remove return value from draw calls
2009-12-21 22:14:35 +00:00
Brian Paul
fdae39c289
progs/perf: added check for GL_ARB_framebuffer_object
2009-12-21 13:49:25 -07:00
Brian Paul
79e74cda73
progs/demos: report pixel rate in million pixels / sec
2009-12-21 13:49:25 -07:00
Brian Paul
bd5fbcf92b
osmesa: added new GLSL libs
2009-12-21 13:37:49 -07:00
Brian Paul
d26cdaaa23
progs/osmes: add missing libGL dependency, remove unneeded lines
2009-12-21 13:37:11 -07:00
Keith Whitwell
0fc4dd3819
i965g: fixes to build after merge of master
2009-12-21 19:50:05 +00:00
Keith Whitwell
f72de22439
i965g: remove half-finished change to tgsi_parse
2009-12-21 19:22:45 +00:00
Keith Whitwell
57531baa92
i965g: back out unintentional changes to linux-dri
2009-12-21 19:21:09 +00:00
Keith Whitwell
66e779c22b
i965g: back out unintentional changes to gears
2009-12-21 19:19:01 +00:00
Keith Whitwell
a5585cb533
Merge commit 'origin/master' into i965g-restart
...
Conflicts:
SConstruct
configs/default
configs/linux-dri
2009-12-21 19:18:41 +00:00
Christoph Bumiller
c020a83fae
util: draw cube mipmaps with TEX CUBE
2009-12-21 19:04:06 +00:00
Roland Scheidegger
8f1d2ab590
python: fix some pipe_format_simplify merge damage
2009-12-21 18:20:31 +01:00
Roland Scheidegger
ba25137655
svga: fix typo
2009-12-21 18:20:01 +01:00
Keith Whitwell
d288a30610
ws/i965: respect DEBUG_WINSYS flag
2009-12-21 16:58:14 +00:00
Keith Whitwell
061411b261
i965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFER
2009-12-21 16:57:37 +00:00
Keith Whitwell
1ec7e058f5
i965g: keep refcounts to bound vertex buffers
2009-12-21 16:56:46 +00:00
Keith Whitwell
6c719d4c22
i965g: add DEBUG_WINSYS flag
2009-12-21 16:55:40 +00:00
Dave Airlie
753f0a1dea
r600: fix glFrontFace(GL_CW)
...
fd.o bug #25290
Suggested fix from Rafael Monica
2009-12-21 10:40:19 -05:00
Keith Whitwell
f217927a57
i965g: remove duplicate set_viewport_state, fixes samples/depth
2009-12-21 15:38:08 +00:00
Andre Maasikas
764899d7ab
r600: support more of arb_point_sprite and also sprite_coord_origin
2009-12-21 15:23:37 +02:00
Andre Maasikas
69728a2ae2
r600: disallow negative offsets for relative addressing for now
...
otherwise for example const[ADDR-3] gets us 253 - ALU_SRC_LITERAL which
expects immediate floats to follow and hangs
2009-12-21 15:23:27 +02:00
Michal Krol
3d3480abbc
vega: Add missing actual argument.
2009-12-21 11:58:17 +01:00
Younes Manton
ace937f165
st/mesa: Check for single level mipmap trees.
...
The assert in util_gen_mipmap() caught it, although
it does the right thing anyway.
2009-12-21 00:59:06 -05:00
Jeremy Huddleston
b96a5df514
darwin: mklib: Use lipo rather than file to figure out architectures of object files
...
(cherry picked from commit ad7f9d71e2 )
2009-12-20 21:36:41 -08:00
Jeremy Huddleston
f926eff263
darwin: Cleanup CPPFLAGS a bit
...
(cherry picked from commit 4a1e103858 )
2009-12-20 21:36:39 -08:00
Jeremy Huddleston
ad7f9d71e2
darwin: mklib: Use lipo rather than file to figure out architectures of object files
2009-12-20 21:34:27 -08:00
Jeremy Huddleston
4a1e103858
darwin: Cleanup CPPFLAGS a bit
2009-12-20 21:32:35 -08:00
Corbin Simpson
c083fa9bba
Regen docs.
2009-12-20 19:42:03 -08:00
Corbin Simpson
a524aab8ae
Moar docs, mostly context.
2009-12-20 19:41:50 -08:00
Corbin Simpson
9f936f2001
Regenerate docs.
2009-12-20 17:25:44 -08:00
Corbin Simpson
fa33812d47
Document rasterizer.
2009-12-20 17:25:36 -08:00
Corbin Simpson
c80f2b04e0
Fill out some of the CSO info.
...
...And looks like there's already things I don't know. Go figure.
2009-12-20 16:40:39 -08:00
Dave Airlie
393857a2f5
r600: fix glFrontFace(GL_CW)
...
fd.o bug #25290
Suggested fix from Rafael Monica
2009-12-21 10:21:28 +10:00
Corbin Simpson
32d737397c
r300g: Add a few more params.
2009-12-20 15:47:48 -08:00
Corbin Simpson
8283e200af
Add screen and context to docs.
2009-12-20 15:28:00 -08:00
Dave Airlie
55c43ee315
glsl: make stack compile.
...
it would be nice if this stuff would be test built on mesa's primary
platform with mesa's primary build system.
Signed-off-by: Dave Airlie <airlied@redhat.com>
2009-12-21 09:10:21 +10:00
Corbin Simpson
a8df5cad9d
Add a compiled HTML doctree.
2009-12-20 15:02:33 -08:00
Corbin Simpson
c686e17e52
Add Gallium docs.
...
In Sphinx/ReST format.
2009-12-20 15:00:40 -08:00
Dave Airlie
b065aec840
radeon/r600: use new libdrm_radeon api
2009-12-21 08:09:11 +10:00
Corbin Simpson
65ecbdd49c
r300g: Add a few more params.
2009-12-20 14:00:34 -08:00
Michal Krol
1071ad70f5
glsl/apps: Update after glsl cl interface changes.
2009-12-20 21:19:10 +01:00
Michal Krol
1cc9610f88
slang: Update after glsl cl interface changes.
2009-12-20 21:19:09 +01:00
Michal Krol
d801c296c6
glsl: Do syntax parsing inline with processing.
2009-12-20 21:19:07 +01:00
Michal Krol
5fb345c422
slang: Add gitignore for autogenerated files.
2009-12-20 21:19:06 +01:00