OSDN Git Service

dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 23 Sep 2010 02:01:17 +0000 (22:01 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 23 Sep 2010 02:02:05 +0000 (22:02 -0400)
commit17eace581d25a626a7d75d9d1205d012cbb14a6e
tree743e51cafdb23f5a59cec7813642296c5bcd04ed
parent1c2423999e35576bebd7962a907507a81eb79b07
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.
include/GL/internal/dri_interface.h
src/egl/drivers/dri2/egl_dri2.c
src/gallium/include/state_tracker/st_api.h
src/gallium/state_trackers/dri/common/dri_context.h
src/gallium/state_trackers/dri/common/dri_screen.c
src/gallium/state_trackers/dri/common/dri_screen.h
src/gallium/state_trackers/dri/drm/dri2.c
src/mesa/drivers/dri/common/dri_util.c
src/mesa/drivers/dri/common/dri_util.h
src/mesa/drivers/dri/intel/intel_fbo.c
src/mesa/drivers/dri/intel/intel_tex_image.c