History log of /external/mesa3d/src/gallium/drivers/vc4/vc4_query.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
32214e0c6837a24ad82152e9971baa3926992498 20-Apr-2016 Nicolai Hähnle <nicolai.haehnle@amd.com> gallium: add bool return to pipe_context::end_query

Even when begin_query succeeds, there can still be failures in query handling.
For example for radeon, additional buffers may have to be allocated when
queries span multiple command buffers.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
/external/mesa3d/src/gallium/drivers/vc4/vc4_query.c
26171bd67e47cf25857cbce767ad048c8d99d1b0 08-Apr-2016 Marek Olšák <marek.olsak@amd.com> gallium: add pipe_context::set_active_query_state for pausing queries

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
/external/mesa3d/src/gallium/drivers/vc4/vc4_query.c
41630c0653578db0c237296aaeec0a85a4e7f4ad 22-May-2015 Samuel Pitoiset <samuel.pitoiset@gmail.com> vc4: make vc4_begin_query() return a boolean

I forgot to make the change in 96f164f6f047833091eb98a73aa80c31dc94f962.
This fixes a warning with GCC and probably an error with Clang.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
/external/mesa3d/src/gallium/drivers/vc4/vc4_query.c
b65761f764f2c03b375460b3d6e36227ec161c2d 29-Sep-2014 Eric Anholt <eric@anholt.net> vc4: Add the necessary stubs for occlusion queries.

We have to expose them for GL 2.0, but we just always return a value of 0.
We should be advertising 0 query bits instead of 64, but gallium doesn't
have plumbing for that yet. At least this stops the segfaults.
/external/mesa3d/src/gallium/drivers/vc4/vc4_query.c