mesa/src/gallium/drivers
Vadim Girlin 9be624b3ef r600g: don't reserve more stack space than required v5
Reduced stack size allows to run more threads in some cases,
improving performance for the shaders that use stack (that is, for the
shaders with control flow instructions). E.g. with unigine-based apps.

v4: implement exact computation taking into account wavefront size
v5: add cases for RV620, RS880

Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com>
2013-04-02 19:34:14 +04:00
..
freedreno freedreno: use u_debug for debug env vars 2013-03-25 15:05:44 -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 gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3 2013-03-20 12:25:21 +01: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: use triangle subdivision to avoid fixed-point overflow issues 2013-04-01 08:40:35 -06: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 nvc0: implement compute support for nve4 2013-03-12 12:55:37 +01:00
nv30 gallium,st/mesa: don't use blit-based transfers with software rasterizers 2013-03-23 13:19:16 +01:00
nv50 nv50,nvc0: fix 3d blits, restore viewport after blit 2013-03-29 00:33:00 +01:00
nvc0 nvc0: Fix fd leak in nvc0_create_decoder 2013-04-02 10:25:26 +02:00
r300 r300g: fix crash while binding a NULL constant buffer 2013-03-26 01:28:18 +01:00
r600 r600g: don't reserve more stack space than required v5 2013-04-02 19:34:14 +04:00
radeon radeon/llvm: move system value fetching to common code 2013-04-02 13:01:42 +02:00
radeonsi radeonsi: add instance divisor support v3 2013-04-02 13:01:43 +02:00
rbug rbug: silence some MSVC signed/unsigned warnings 2013-03-21 09:24:35 -06:00
softpipe gallium,st/mesa: don't use blit-based transfers with software rasterizers 2013-03-23 13:19:16 +01:00
svga llvmpipe: put .bmp extension on dumped image files 2013-03-28 17:17:26 -06:00
trace gallium/build: Fix visibility CFLAGS in automake 2013-03-16 12:45:22 +01:00
Makefile.am autotools: Add missing top-level include dir. 2013-03-13 00:25:09 +00:00