History log of /external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4445e170bee23a3607ece0e010adef7058ac6a11 27-Mar-2012 Marek Olšák <maraeo@gmail.com> gallium: adapt to get_query_result interface change

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
ab14915dce41b26faabba878446b0ec0c8734434 07-Nov-2011 Dave Airlie <airlied@redhat.com> llvmpipe: add NV_conditional_render support.

This ports the softpipe NV_conditional_render support to llvmpipe.

This passes the nv_conditional_render-* piglit tests.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
7e02303497237cde958c28608477d0c355a8038b 08-Mar-2011 Marek Olšák <maraeo@gmail.com> gallium: remove flags from the flush function

The drivers have been changed so that they behave as if all of the flags
were set. This is already implicit in most hardware drivers and required
for multiple contexts.

Some state trackers were also abusing the PIPE_FLUSH_RENDER_CACHE flag
to decide whether flush_frontbuffer should be called.
New flag ST_FLUSH_FRONT has been added to st_api.h as a replacement.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
7888a2f82200738ac03c78d9900eb028d48725a1 20-Sep-2010 Brian Paul <brianp@vmware.com> llvmpipe: fix query bug when no there's no scene
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
040e59851ae4c26ce0509d42d2ee71e007b3b3d1 07-Sep-2010 Keith Whitwell <keithw@vmware.com> llvmpipe: rearrange queries
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
18452c1e87f79327fbd5f27478028b481ee72a5d 27-Aug-2010 Keith Whitwell <keithw@vmware.com> llvmpipe: rework fences and queries
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
14ac294e1a67577d3f2b63e77272ec472a93c224 25-Aug-2010 Vinson Lee <vlee@vmware.com> llvmpipe: Remove unnecessary header.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
b6e03eafe3311142445ca42c1574d3f6998eecc3 20-Aug-2010 Keith Whitwell <keithw@vmware.com> llvmpipe: fence debugging, add llvmpipe_finish
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
3ed0a099c70e9d771e60e0ddf70bc0b5ba83a483 05-Jul-2010 Roland Scheidegger <sroland@vmware.com> llvmpipe: wait for queries being finished when asked for it or before deletion

This fixes bug #28757, though does not yet address the issue that fences aren't
always emitted.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
34f7681669987bc804f4603463f2fa3f82bc844f 03-Jun-2010 Zack Rusin <zackr@vmware.com> gallium: adjust the query interface to support custom types

we need to change it to support composite types
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
fae7bee475320b98cdfaecd14f6b17a92e16bc1d 02-Jun-2010 Vinson Lee <vlee@vmware.com> llvmpipe: Remove unnecessary header.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
378796fe119ea61742df914b4de9ca4ed6bcc223 25-May-2010 José Fonseca <jfonseca@vmware.com> llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE magic.

Flush means flush, i.e., all previous operations should be visible from
other contexts.

This does not imply unswizzling tiles, since unswizzling should be done on
a needed basis for any context.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
680071502ffe54c96ef9f458a9e1c668bb27fe76 06-May-2010 José Fonseca <jfonseca@vmware.com> llvmpipe: Fix fence wait.

Avoids crashing when fence is NULL (LP_NUM_THREADS=0) and leaking when
it is not.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
86afe8250edaa2e6129c937a62a695f616c48d70 06-May-2010 Qicheng Christopher Li <chrisl@vmware.com> llvmpipe: implement occlusion query

OpenGL occlusion queries work now. The Mesa demos, glean test and piglit
tests all pass. A few enhancements are possible in the future. -Brian

Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
c9a5930fe45a0a0299769bd2b672ca516d1bf39e 27-Jul-2009 José Fonseca <jfonseca@vmware.com> llvmpipe: Rename preprocessor symbols too.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c
946f432a08112148d743eb9faf6b27bb8cc7fa76 27-Jul-2009 José Fonseca <jfonseca@vmware.com> llvmpipe: Fork softpipe for experimentation with llvm.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_query.c