mesa/src/gallium/drivers
Samuel Pitoiset 9f92a8f00a nvc0: stick compute kernel arguments into uniform_bo
Having one buffer object for input kernel arguments coming from clover
and an other one for OpenGL user uniforms is unnecessary. Using the
uniform_bo object for both GL/CL uniforms avoids to declare a new BO.

This only affects compute programs but it should not hurt anything
because the states are dirtied and data will get reuploaded.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2016-04-29 00:44:08 +02:00
..
ddebug gallium: add bool return to pipe_context::end_query 2016-04-21 22:32:50 -05:00
freedreno nir: rename lower_flrp to lower_flrp32 2016-04-28 12:01:40 +02:00
i915 gallium: add bool return to pipe_context::end_query 2016-04-21 22:32:50 -05:00
ilo gallium: Remove every double semi-colon 2016-04-26 14:36:29 -07:00
llvmpipe llvmpipe: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
noop gallium: add bool return to pipe_context::end_query 2016-04-21 22:32:50 -05:00
nouveau nvc0: stick compute kernel arguments into uniform_bo 2016-04-29 00:44:08 +02:00
r300 winsys/radeon: remove use_reusable_pool parameter from buffer_create 2016-04-27 11:16:41 -05:00
r600 gallium/radeon: drop support for LINEAR_GENERAL layout 2016-04-28 20:16:56 +02:00
radeon gallium/radeon: add the size only once in r600_context_add_resource_size 2016-04-28 21:06:31 +02:00
radeonsi gallium/radeon: drop support for LINEAR_GENERAL layout 2016-04-28 20:16:56 +02:00
rbug gallium: add bool return to pipe_context::end_query 2016-04-21 22:32:50 -05:00
softpipe softpipe: s/Elements/ARRAY_SIZE/ 2016-04-27 10:23:19 -06:00
svga svga: use the SVGA3D_DEVCAP_MAX_FRAGMENT_SHADER_INSTRUCTIONS query 2016-04-27 08:43:33 -06:00
swr swr: remove duplicated constant update code 2016-04-28 16:16:46 -05:00
trace gallium: fix warnings in release build 2016-04-25 12:23:21 +02:00
vc4 nir: rename lower_flrp to lower_flrp32 2016-04-28 12:01:40 +02:00
virgl gallium: add bool return to pipe_context::end_query 2016-04-21 22:32:50 -05:00