History log of /external/mesa3d/src/gallium/drivers/softpipe/sp_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/softpipe/sp_query.c
ec8cbd79ac4065111365a6720c9564de56855cc8 04-Jan-2012 Dave Airlie <airlied@redhat.com> draw/softpipe: EXT_transform_feedback support (v2)

This replaces the current code with an implementation compatible with
the new gallium interface. I've left some of the remains of the interface
intact so llvmpipe keeps building correctly, and I'll take a look at fixing
llvmpipe up later.

v2: fixup as per Brian's review

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/drivers/softpipe/sp_query.c
1f4f0c41db2eb81e858475f6677995c9e15ec03f 15-Oct-2011 Christoph Bumiller <e0425955@student.tuwien.ac.at> softpipe: implement/fix TIMESTAMP queries
/external/mesa3d/src/gallium/drivers/softpipe/sp_query.c
9e8f556b199a662c5525b9d03f52a067244fa602 16-Aug-2011 Marek Olšák <maraeo@gmail.com> softpipe: fix an obvious copy-paste error in get_query_result

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/drivers/softpipe/sp_query.c
e433b73dd256577b022bf38c8499c7ea4eda9845 22-Jun-2010 Zack Rusin <zackr@vmware.com> gallium: add a timestamp disjoint query

allows application to not only request the frequency of the TIME_ELAPSED
clock but also to detect if that frequency was consistent throughout the
entire bracketed range of graphics commands.
/external/mesa3d/src/gallium/drivers/softpipe/sp_query.c
b6c360b46c2b2b1548e2aeaa1a1cd201dfcf82ae 22-Jun-2010 Zack Rusin <zackr@vmware.com> gallium: add a new query

to figure out if gpu is finished with all of the previously issues commands
/external/mesa3d/src/gallium/drivers/softpipe/sp_query.c
551467d4ef28786597cc215e9b7159e70a8e742c 08-Jun-2010 Zack Rusin <zack@kde.org> softpipe: make sure we don't fallback to assert on so stats query

spotted by Vinson
/external/mesa3d/src/gallium/drivers/softpipe/sp_query.c
be7d8ddf0c0a293ee94db360a44561beb10e62f9 07-Jun-2010 Zack Rusin <zackr@vmware.com> gallium: add basic support for stream output queries
/external/mesa3d/src/gallium/drivers/softpipe/sp_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/softpipe/sp_query.c
cdbd5f4203391ee7eb12911bc86fea34dc61c957 17-May-2010 Mathias Fröhlich <Mathias.Froehlich@web.de> gallium: EXT_timer_query support.

Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com>
/external/mesa3d/src/gallium/drivers/softpipe/sp_query.c
41450b03a8e8e0f94f8eefc6880d32e9b0ef6f6d 31-Dec-2009 Brian Paul <brianp@vmware.com> softpipe: implement conditional rendering
/external/mesa3d/src/gallium/drivers/softpipe/sp_query.c
57fd20237541c34ed06587bca9f5a58c8a63fbf4 16-May-2009 Keith Whitwell <keith@tungstengraphics.com> gallium: remove occlusion_count flag from depth-stencil state

Drivers can just keep track of whether they are within a query
by monitoring the begin/end query callbacks. The flag adds no
information beyond that.

Only softpipe was examining this flag -- it has been fixed up
and retested with demos/arbocclude.
/external/mesa3d/src/gallium/drivers/softpipe/sp_query.c
45bde75bd67e7e920f0113842d1fa58613ccc3ec 04-Mar-2009 Michel Dänzer <daenzer@vmware.com> gallium: Remove some superfluous instances of #include "p_inlines.h".
/external/mesa3d/src/gallium/drivers/softpipe/sp_query.c
ab3a9f1eeda5b216099763f6eb932da723309f4a 08-Jan-2009 José Fonseca <jfonseca@vmware.com> gallium: Replace uint64 by standard uint64_t.

uint64 is not (so?) standard, and often redefined by third parties,
causing name clashes.
/external/mesa3d/src/gallium/drivers/softpipe/sp_query.c
4f25420bdd834e81a3e22733304efc5261c2998a 25-Aug-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h

Also, rename p_tile.[ch] to u_tile.[ch]
/external/mesa3d/src/gallium/drivers/softpipe/sp_query.c
6acd63a4980951727939c0dd545a0324965b3834 15-Feb-2008 José Fonseca <jrfonseca@tungstengraphics.com> Code reorganization: update build.

Update the Makefiles and includes for the new paths.

Note that there hasn't been no separation of the Makefiles yet, and make is
jumping all over the place. That will be taken care shortly. But for now, make
should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm
might require some minor tweaks.
/external/mesa3d/src/gallium/drivers/softpipe/sp_query.c
b642730be93149baa7556e5791393168ab396175 15-Feb-2008 José Fonseca <jrfonseca@tungstengraphics.com> Code reorganization: move files into their places.

This is in a separate commit to ensure renames are properly preserved.
/external/mesa3d/src/gallium/drivers/softpipe/sp_query.c