History log of /external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e532b6288f01b63d8d8ba8c8dc08292967e65490 01-Dec-2011 Ian Romanick <ian.d.romanick@intel.com> dri2: Add plumbing to get context version requirements and flags to drivers

This adds support for DRI_DRI2 version 3 to all of the DRI2 drivers.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
78c076e6548f0bb44758d89ec434bcfddd902939 03-Nov-2011 George Sapountzis <gsapountzis@gmail.com> dri: drop drisw_util.h
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
fc9e80fab9dc529cbe67cc718b89b17e18fa41d8 03-Nov-2011 George Sapountzis <gsapountzis@gmail.com> dri: drop drmLock remnants
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
421235d42ad9921fd45332ec7b33bcee5c1ad33d 19-Aug-2011 Lauri Kasanen <cand@gmx.com> st/dri: Bind the post-processing queue to dri

Signed-off-by: Lauri Kasanen <cand@gmx.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
d3491e775fb07f891463b2185d74bbad62f3ed24 12-Oct-2010 Kristian Høgsberg <krh@bitplanet.net> Rename GLvisual and __GLcontextModes to struct gl_config
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
17eace581d25a626a7d75d9d1205d012cbb14a6e 23-Sep-2010 Kristian Høgsberg <krh@bitplanet.net> dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup

We will typically have a current context when we need to lookup the image,
but the lookup implementation don't need it so drop it.
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
444d8408e75bb2bce019769da59802f05c3d5fab 08-Sep-2010 Chia-I Wu <olv@lunarg.com> st/dri: Use enum st_api_type internally.
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
8e3b658b7fdc1c2a2b9b6bd942a811adbf1ac4ab 30-Aug-2010 nobled <nobled@dreamwidth.org> st/dri: Add multi-api support

Make st/dri screens capable of creating OpenGL ES and
OpenGL ES2 contexts.

TODO: Figure out the "get_current" problem with multiple
st_api's for real.

(s/API_OPENGLES1/API_OPENGLES/ by Chia-I Wu)
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
d473543069b9156ea7a928f17fb15bc70545d4d1 23-Aug-2010 Chia-I Wu <olv@lunarg.com> st/dri: Remove unnecessary main/mtype.h.
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
873ddf547d5aeb68f37a172d73131c6bc51101f6 18-Jul-2010 George Sapountzis <gsapountzis@gmail.com> st/dri: move backend hooks to appropriate object
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
47de9adece49f78c6e4065bedc69ce13272bc120 31-May-2010 Dave Airlie <airlied@redhat.com> gallium: fix TFP on gallium

This fixes an uninitialised value use in the dri2 st when doing TFP.

It uses the driContextPriv which isn't initialised at alloc time.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
38e3fb23da9f75632992767fa3a01d335b9bb7ab 02-May-2010 Xavier Chantry <chantry.xavier@gmail.com> Update dri state tracker to use new API aware context create
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
a66b391edf746a5eb0cb4aad1ff2e546df00a11d 24-Apr-2010 Jakob Bornecrantz <wallbraker@gmail.com> st/dri: Make st_manager the base for dri_screen
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
4b722bf9fde668dff1c2b55b34eb3f86c78f43fb 26-Mar-2010 George Sapountzis <gsapountzis@gmail.com> st/dri: fold dri_extensions.c into dri_context.c
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h
80672e84cf79ab12b7a4ff56567184d1c39baef3 25-Mar-2010 Jakob Bornecrantz <wallbraker@gmail.com> st/dri: Move common files to common directory

27 files changed, 15 insertions(+), 15 deletions(-)
rename src/gallium/state_trackers/dri/{ => common}/dri1_helper.c (100%)
rename src/gallium/state_trackers/dri/{ => common}/dri1_helper.h (100%)
rename src/gallium/state_trackers/dri/{ => common}/dri_context.c (100%)
rename src/gallium/state_trackers/dri/{ => common}/dri_context.h (100%)
rename src/gallium/state_trackers/dri/{ => common}/dri_drawable.c (100%)
rename src/gallium/state_trackers/dri/{ => common}/dri_drawable.h (100%)
rename src/gallium/state_trackers/dri/{ => common}/dri_extensions.c (100%)
rename src/gallium/state_trackers/dri/{ => common}/dri_screen.c (100%)
rename src/gallium/state_trackers/dri/{ => common}/dri_screen.h (100%)
rename src/gallium/state_trackers/dri/{ => common}/dri_st_api.c (100%)
rename src/gallium/state_trackers/dri/{ => common}/dri_st_api.h (100%)
rename src/gallium/state_trackers/dri/{ => common}/dri_wrapper.h (100%)
/external/mesa3d/src/gallium/state_trackers/dri/common/dri_context.h