Commit graph

201327 commits

Author SHA1 Message Date
Brian
f26936b352 disable assertion in sp_tile_cache_set_surface() for now 2007-12-10 13:45:24 -07:00
Brian
4ccd3124f6 implement i915_put_tile_rgba() - temporary code though 2007-12-10 13:42:34 -07:00
Brian
1b20b2d53b don't use get/put_tile_rgba() for accum buffer accesses 2007-12-10 13:41:19 -07:00
Michel Dänzer
37484a3874 Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.
intel_winsys works again.
2007-12-10 17:36:59 +01:00
Michel Dänzer
41ce1f8fb3 Link fewer common objects into Gallium winsys layers.
These are useless or even harmful due to referencing symbols no longer
available in the Gallium build.
2007-12-10 17:36:59 +01:00
Ben Skeggs
18fe9776b4 Merge branch 'upstream-gallium-0.1' into darktama-gallium-0.1 2007-12-10 21:09:52 +11:00
Ben Skeggs
f7195b3232 Correct user VBO size. 2007-12-10 21:08:42 +11:00
Michel Dänzer
913703d4b8 Remove stray references to struct pipe_region. 2007-12-10 09:31:43 +01:00
Ben Skeggs
aab6f8f948 nv40: more flexible vbo format translation 2007-12-10 16:47:47 +11:00
Ben Skeggs
9d651164d8 Merge branch 'upstream-gallium-0.1' into darktama-gallium-0.1 2007-12-10 16:30:24 +11:00
Brian
63e2ab83f6 use quadColor local var 2007-12-09 21:44:26 -07:00
Ben Skeggs
3b2598c70b nouveau: fix elusive dma bug
In some situations WAIT_RING would get called while the GPU was processing
data from outside the "master" ring, which caused dma.free to be updated
incorrectly and much fun was had.

WAIT_RING will now wait until it reads GET values from within the main ring
buffer before calculating free space.
2007-12-10 15:17:20 +11:00
Brian
9884838273 Fix looping for multi-color buffer writing. 2007-12-09 21:10:39 -07:00
Brian
04e88f469c added null ptr check in draw_destroy() for rasterizer stage 2007-12-09 20:45:20 -07:00
Ben Skeggs
7d8368790f nouveau: add callbacks for signalled fences 2007-12-10 13:19:47 +11:00
Ben Skeggs
9ba3890c6f nouveau: fix build 2007-12-10 12:13:00 +11:00
Ben Skeggs
5c1a5b5047 Merge branch 'upstream-gallium-0.1' into darktama-gallium-0.1
Conflicts:

	src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c
	src/mesa/pipe/Makefile
	src/mesa/pipe/draw/draw_vertex_fetch.c
	src/mesa/pipe/i915simple/i915_texture.c
	src/mesa/pipe/softpipe/sp_texture.c
	src/mesa/pipe/xlib/xm_winsys.c
	src/mesa/state_tracker/st_cb_fbo.c
2007-12-10 12:06:59 +11:00
José Fonseca
f8f9580a2a Adapt for winsys interface changes. 2007-12-09 18:26:26 +00:00
Ben Skeggs
1a3987240a nouveau: give resources a start property 2007-12-10 02:10:42 +11:00
José Fonseca
de7e51ff98 gallium: use SSE by default 2007-12-09 14:06:01 +00:00
Michal
6cdcebe801 Allow tgsi_dump print-out to stderr or a string buffer.
Handle source register complement modifier in exec and dump.
2007-12-09 14:06:01 +00:00
José Fonseca
273f6e7698 gallium: Remove buffer_unfence and buffer_finish.
These interfaces have been deemed useless by Keith.
2007-12-09 14:06:00 +00:00
Keith Whitwell
b1399a5dd2 gallium: more trivial tests 2007-12-09 14:06:00 +00:00
José Fonseca
b478362251 gallium: Reusable pipe buffer library.
This is an optional library that winsys drivers can use to simplify memory
management, and help meet the winsys interface requirements.
2007-12-09 14:06:00 +00:00
Keith Whitwell
708582f6d5 gallium: fix ordering of arguments to pack_ui32_float4 2007-12-09 14:05:12 +00:00
Keith Whitwell
56bc8d9199 gallium: remove unneeded depth buffer 2007-12-09 14:05:12 +00:00
Keith Whitwell
bbecce52f8 gallium: initialized draw element buffer to NULL 2007-12-09 14:05:12 +00:00
Keith Whitwell
da47ad07ef gallium: add support for aliased 4ub format 2007-12-09 14:05:12 +00:00
Keith Whitwell
73a0594276 gallium: support the full range of possible vertex types 2007-12-09 14:03:34 +00:00
Michal
d754548406 gallium: add draw_stage::destroy(). 2007-12-09 14:03:34 +00:00
José Fonseca
74fe189b2e gallium: Comment on winsys's fence functions. Fix comment layout for doxygen. 2007-12-09 14:03:34 +00:00
keithw
6e876d1d32 temporary _mesa_printf symbol 2007-12-09 14:03:34 +00:00
keithw
e87efe7407 [pipe]: add Offset() util macro 2007-12-09 14:03:33 +00:00
José Fonseca
79ad82477a Document return types. 2007-12-09 14:03:33 +00:00
keithw
cd1eefee84 add fence interfaces and buffer create flags to pipe_winsys 2007-12-09 14:03:33 +00:00
Ben Skeggs
88b56c4545 Merge branch 'nouveau-gallium-0.1' into darktama-gallium-0.1 2007-12-09 22:32:09 +11:00
Ben Skeggs
897c96aacc nouveau: downgrade hacked syncs to hacked flushes
Unfortunately we still need to keep the forced flushes as mesa's vbo path
is still insane.  But, at least this is a little less brutal.  The bo code will
detect when it needs to do a sync.
2007-12-09 22:25:35 +11:00
Ben Skeggs
f58f4e0f0e nouveau: relocs are per-pushbuf, not per-channel 2007-12-09 21:44:46 +11:00
Ben Skeggs
62bbf8db87 nouveau: use "indirect" push buffers 2007-12-09 20:38:08 +11:00
Ben Skeggs
b8965bee40 nouveau: adapt to gallium interface changes 2007-12-09 12:12:50 +11:00
Brian
274a3d9cb6 Try to reduce the frequency of calls to pipe->get_tex_surface()
Save the surface info in the tile cache and re-use whenever possible.
2007-12-09 12:05:28 +11:00
Brian
8c1c222b6d shorten loops over color bufs 2007-12-09 12:05:28 +11:00
Brian
0ee512aaf0 code re-org in softpipe_clear() 2007-12-09 12:05:28 +11:00
Brian
92e7a02e5a clean-ups 2007-12-09 12:05:27 +11:00
Brian
7c8cc71a28 Tile clearing optimizations.
Clear using int values rather than floats when possible.  Better performance now.
2007-12-09 12:05:27 +11:00
Brian
77c7fd3cec Disable, remove tnl module from the Gallium build since no longer used. 2007-12-09 12:05:27 +11:00
Brian
5e46b252b9 New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl module. 2007-12-09 12:05:27 +11:00
Brian
75ec482001 Disable swrast, swrast_setup and driverfuncs in the build.
The gallium/state tracker no longer uses them and this speeds up the build a bit.
2007-12-09 12:05:27 +11:00
Brian
2636ea5758 Move _mesa_init_glsl_driver_functions() into shader_api.c
This allows making a bunch of functions static, and removes a state
tracker dependency on driverfuncs.c
2007-12-09 12:05:27 +11:00
Brian
61d1972dd0 Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
This makes debugging a _lot_ easier.
In gdb, "print format" used to display 613570600, now you see PIPE_FORMAT_A8R8G8B8_UNORM.
2007-12-09 12:05:27 +11:00