History log of /external/mesa3d/src/gallium/state_trackers/vega/api_context.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/state_trackers/vega/api_context.c
bfe88e69988b3d3bdff0b9f6051d0428e1315653 07-Mar-2011 Marek Olšák <maraeo@gmail.com> gallium: cleanup fence_signalled and fence_finish

So that they don't have the driver-specific param and return type.
/external/mesa3d/src/gallium/state_trackers/vega/api_context.c
b39bccbd4ed71e9585da4cf5acf7b887b2e90899 05-Mar-2011 Marek Olšák <maraeo@gmail.com> gallium: add timeout parameter to fence_finish

This is a follow-up to the ARB_sync patch for st/mesa and completes
the ARB_sync implementation.
/external/mesa3d/src/gallium/state_trackers/vega/api_context.c
cc5c908d7deab59f3512e1a5762fd058c4ae5940 17-Nov-2010 Chia-I Wu <olv@lunarg.com> st/vega: Do not wait NULL fences.
/external/mesa3d/src/gallium/state_trackers/vega/api_context.c
75143ef05576ee9f25ee176bc28c3c4d03705bf5 16-Apr-2010 Chia-I Wu <olv@lunarg.com> st/vega: Use vgapi.

Rename vgFooBar to vegaFooBar and use vgapi as the dispatcher. This
makes sure there is always a current context when the internal functions
are called. And eglGetProcAddress is finally supported.
/external/mesa3d/src/gallium/state_trackers/vega/api_context.c
8bcd616a3ffd040ef28b61b38b22da2dad9e2242 13-Jan-2010 Chia-I Wu <olvaffe@gmail.com> st/vega: Implement st_api.h.

There is currently no user of this new interface. As the inteface can
coexist with st_public.h, everthing should work as before.
/external/mesa3d/src/gallium/state_trackers/vega/api_context.c
544dd4b11f7be76bb00fe29a60eaf2772dcc69ca 01-May-2009 Zack Rusin <zackr@vmware.com> OpenVG 1.0 State Tracker

Import of the OpenVG 1.0 state tracker for Gallium.
/external/mesa3d/src/gallium/state_trackers/vega/api_context.c