Keith Whitwell
43452886e2
cell: don't need to trim prims
2008-04-19 00:44:09 +01:00
Keith Whitwell
c717f1fbe2
softpipe: don't need to trim prims
2008-04-19 00:43:58 +01:00
Keith Whitwell
1b411f8943
draw: sort makefile sources
2008-04-19 00:39:38 +01:00
Keith Whitwell
6c38c600ff
draw: rename draw_vertex_shader.c -> draw_vs.c
2008-04-19 00:37:51 +01:00
Keith Whitwell
6494946db6
draw: remove draw_debug.c
2008-04-19 00:36:35 +01:00
Keith Whitwell
6d9132de04
draw: make draw_pt_fetch_emit use translate facility
2008-04-19 00:31:06 +01:00
Keith Whitwell
251ebcc175
draw: remove more dead data structures
2008-04-19 00:29:25 +01:00
Keith Whitwell
6094e79f4e
draw: remove dead data structures
2008-04-19 00:27:12 +01:00
Keith Whitwell
415e8e039b
draw: remove draw_vertex_fetch.c
2008-04-18 20:46:06 +01:00
Keith Whitwell
709e33cf0b
draw: remove old draw_vertex_shader_queue_flush function
2008-04-18 20:44:13 +01:00
Keith Whitwell
dd903d83b3
draw: remove old vertex_shader->run() functions
2008-04-18 20:41:39 +01:00
Keith Whitwell
6689182642
draw: remove draw_vertex_cache.c
2008-04-18 20:39:13 +01:00
Keith Whitwell
b11d89dc6d
draw: remove draw_prim.c
2008-04-18 20:36:38 +01:00
Keith Whitwell
a41c05b20a
draw: switch over to draw_pt paths, will remove old code shortly
2008-04-18 20:11:16 +01:00
Keith Whitwell
cb9f0a5896
draw: remove draw_vf code, use translate instead
2008-04-18 20:05:36 +01:00
Keith Whitwell
7b34a43d1a
translate: missing file
2008-04-18 18:52:03 +01:00
Brian Paul
39c06c4336
gallium: get rid of unnecessary surface mapping
2008-04-18 11:46:00 -06:00
Brian Paul
e430d885e0
gallium: a few comments
2008-04-18 11:46:00 -06:00
Brian Paul
19218e2195
gallium: implement recip sqrt() with C code for now.
...
Some conformance lighting tests fail with the SSE rsqrt instruction.
2008-04-18 11:46:00 -06:00
Keith Whitwell
26c27f6636
draw: remove fetch_pipeline middle end -- just use the general path
2008-04-18 18:42:41 +01:00
Keith Whitwell
7400bc4b6f
translate: add sse version based on old draw_vf_sse.c
2008-04-18 18:32:37 +01:00
Keith Whitwell
363f7abf20
rtasm: add x86_imul
2008-04-18 18:32:37 +01:00
Keith Whitwell
c5f0158a91
tgsi: add const qualifier to tokens on sse emit
2008-04-18 18:32:37 +01:00
Keith Whitwell
f631bebe1a
softpipe: fix const-related compiler warnings
2008-04-18 18:32:37 +01:00
Keith Whitwell
59ba8ea00b
gallium: reorder libs so that translate can see rtasm
2008-04-18 18:32:37 +01:00
Keith Whitwell
5b97c762ed
rtasm: add a couple more insns, clean up x86_mul
2008-04-18 18:32:36 +01:00
Michel Dänzer
073d9a28c2
gallium: Always pass colour clear value to driver as A8R8G8B8.
2008-04-18 13:38:06 +01:00
José Fonseca
da9079b936
gallium: Add missing files to scons.
2008-04-18 20:59:28 +09:00
Keith Whitwell
a773f06e96
draw: split off all the extra functionality in the vertex shader
...
This will at least allow us to make the initial gains to get decent
vertex performance much more quickly & with higher confidence of getting
it right.
At some later point can look again at code-generating all the
fetch/cliptest/viewport extras in the same block as the vertex shader.
For now, just need to get some decent baseline performance.
2008-04-18 10:48:54 +01:00
Brian Paul
01b6354e72
gallium: tweak x/ybias values
2008-04-17 15:26:37 -06:00
Brian Paul
5af9a690b2
gallium: add missing pipe_surface_unmap() call
2008-04-17 13:21:26 -06:00
Brian Paul
211170c192
gallium: plug in a select_destroy() function (fixes segfault on exit)
2008-04-17 11:31:14 -06:00
Brian Paul
ce454d2192
gallium: assert that we're not deleting the currently bound shader
2008-04-17 11:13:49 -06:00
Brian Paul
f2b3f6cbdf
gallium: reorder some of the destroy context code
2008-04-17 11:13:49 -06:00
Michel Dänzer
4dcb09d489
gallium: Add new file to scons build.
2008-04-17 17:53:33 +01:00
Keith Whitwell
c503e55d74
draw: move hw vertex emit to a new module
2008-04-17 14:43:40 +01:00
Keith Whitwell
fe8af14124
draw: don't always run pipeline if clipping
2008-04-17 14:42:05 +01:00
Keith Whitwell
280bcff1fa
draw: add vertex shader run_linear function
2008-04-17 14:23:13 +01:00
Keith Whitwell
938ec19210
tsgi: make Consts const
2008-04-17 14:23:13 +01:00
Keith Whitwell
49becd2d7c
draw: add comment
2008-04-17 14:23:13 +01:00
Keith Whitwell
c96d565643
draw: keep record of number of active vertex buffers
2008-04-17 14:23:13 +01:00
Keith Whitwell
8abfcea690
draw: remove misleading comments
2008-04-17 14:23:13 +01:00
Brian Paul
4b822a1016
gallium: implement RGBA pixel maps in the pixel transfer fragment program
2008-04-16 16:53:44 -06:00
Brian Paul
52544aa23b
gallium: added util_pack_color_ub()
2008-04-16 16:53:44 -06:00
Brian Paul
dc5a853c85
gallium: make choose_format() non-static: st_choose_format()
2008-04-16 16:53:43 -06:00
Brian Paul
e38f677e8f
gallium: finish-up and fix support for GL_COLOR matrix on pixel xfer path
2008-04-16 16:53:43 -06:00
Brian Paul
302daeb2ec
mesa: added internal post color matrix scale/bias vars
2008-04-16 16:53:43 -06:00
José Fonseca
3a765bbe00
gallium: Use debug_get_bool_option for controlling assert failure behaviour.
...
Add
GALLIUM_ABORT_ON_ASSERT=no
to C:\gallium.cfg instead.
2008-04-17 00:20:09 +09:00
Keith Whitwell
3be453bf7f
draw: allow pt paths to run without a vbuf render stage
2008-04-16 12:55:47 +01:00
Keith Whitwell
d8c3891718
draw: remove vbuf non-vf debug path, fix some failure modes in draw_vbuf_create()
2008-04-16 12:31:19 +01:00