mesa/src/gallium/drivers
Christoph Bumiller e9294e11b4 nv50/ir/ra: make sure all used function inputs get assigned a reg
A live range [0, 0) counts as empty. For function inputs this can
be a problem, so insert a nop at the beginning to make it [0, 1).
This is a bit of a hack but also the most simple solution.
2013-03-12 12:55:34 +01:00
..
freedreno freedreno: gallium driver for adreno 2013-03-11 21:53:24 -04:00
galahad gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag 2013-01-04 13:18:33 +01:00
i915 i915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttling 2013-03-08 19:34:50 -08:00
identity gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag 2013-01-04 13:18:33 +01:00
llvmpipe llvmpipe: remove the power of two sizeof(struct cmd_block) assertion 2013-03-07 06:28:23 -07:00
noop gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag 2013-01-04 13:18:33 +01:00
nouveau nouveau: Bail out from nouveau_fence_wait if flushing the pushbuf fails. 2013-03-12 12:55:33 +01:00
nv30 nv30: Fix memory leak. 2013-02-07 21:45:01 -08:00
nv50 nv50/ir/ra: make sure all used function inputs get assigned a reg 2013-03-12 12:55:34 +01:00
nvc0 gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED query 2013-02-04 09:33:44 -07:00
r300 r300g: implement 3D transfers 2013-02-26 01:14:20 +01:00
r600 r600g/llvm: Fix build 2013-03-11 11:10:51 -04:00
radeon radeon/llvm: document LLVM commit 2013-03-07 10:06:24 +01:00
radeonsi radeonsi: add LLVMNoUnwindAttribute to intrinsic 2013-03-07 10:03:22 +01:00
rbug Remove hacks for static Makefiles 2013-01-13 00:55:37 +01:00
softpipe softpipe: don't use samplers with prebaked sampler and sampler_view state 2013-03-11 17:07:51 +01:00
svga svga: fix comment typos 2013-02-26 08:20:16 -07:00
trace trace: Never close stdout/stderr. 2013-02-22 08:45:07 +00:00
Makefile.am Remove hacks for static Makefiles 2013-01-13 00:55:37 +01:00