mesa/src/gallium/drivers
Tom Stellard 49ae102ee3 radeon/llvm: Use multiclasses for floating point loads
The original strategy for handling floating point loads, which was to
lower (f32 load) to (f32 bitcast (i32 load)) wasn't really working.  The
main problem was that the DAG legalizer couldn't handle replacing a node
with two results (load) with a node with only one result (bitcast).
2012-07-11 17:47:20 +00:00
..
galahad galahad: implement get_timestamp 2012-07-10 19:04:12 +02:00
i915 gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function 2012-07-10 19:04:12 +02:00
identity identity: implement get_timestamp 2012-07-10 19:04:13 +02:00
llvmpipe gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function 2012-07-10 19:04:12 +02:00
noop noop: implement get_timestamp 2012-07-10 19:04:13 +02:00
nouveau automake: Globally add stub automake targets to the old Makefiles. 2012-06-11 09:28:00 -07:00
nv30 gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function 2012-07-10 19:04:12 +02:00
nv50 gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function 2012-07-10 19:04:12 +02:00
nvc0 gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function 2012-07-10 19:04:12 +02:00
r300 gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function 2012-07-10 19:04:12 +02:00
r600 r600g/compute: Add more debugging output 2012-07-11 17:46:59 +00:00
radeon radeon/llvm: Use multiclasses for floating point loads 2012-07-11 17:47:20 +00:00
radeonsi gallium: Add PIPE_CAP_START_INSTANCE 2012-06-19 07:57:22 -06:00
rbug automake: Globally add stub automake targets to the old Makefiles. 2012-06-11 09:28:00 -07:00
softpipe softpipe: implement get_timestamp and expose ARB_timer_query 2012-07-10 19:04:12 +02:00
svga gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function 2012-07-10 19:04:12 +02:00
trace trace: implement get_timestamp 2012-07-10 19:04:12 +02:00
.gitignore Add Makefile.in to toplevel .gitignore 2012-03-20 11:50:50 -07:00
Makefile.am make: Fold ASM_CFLAGS into DEFINES. 2012-06-21 09:58:12 -07:00