summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl_g3d
Commit message (Expand)AuthorAgeFilesLines
* st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-2217-5457/+0
* st/egl_g3d: Use glxinit.c from egl_xdri.Chia-I Wu2010-01-224-590/+10
* st/egl_g3d: Add support for driver probe.Chia-I Wu2010-01-202-11/+108
* st/egl_g3d: Add support for probe to native displays.Chia-I Wu2010-01-205-7/+146
* st/egl_g3d: Do not reuse the pipe transfer in ximage.Chia-I Wu2010-01-201-18/+22
* st/egl_g3d: Clean up for x11_drawable_get_depth.Chia-I Wu2010-01-182-2/+1
* st/egl_g3d: Add support for eglCopyBuffers.Chia-I Wu2010-01-181-0/+97
* st/egl_g3d: Add is_pixmap_supported to native display interface.Chia-I Wu2010-01-185-0/+96
* st/egl_g3d: Update validate to use an attachment mask.Chia-I Wu2010-01-186-129/+116
* st/egl_g3d: Avoid validation upon buffer swap or flush frontbuffer.Chia-I Wu2010-01-151-5/+4
* st/egl_g3d: Hook to update_buffer of the pipe screen.Chia-I Wu2010-01-152-1/+19
* st/egl_g3d: Always override flush_frontbuffer.Chia-I Wu2010-01-157-78/+23
* egl_g3d: Check if the creation of pipe or st context fails.Chia-I Wu2010-01-141-2/+12
* st/egl_g3d: Use a sequence number to decide if validation is required.Chia-I Wu2010-01-147-21/+66
* st/egl_g3d: Get the stapi from the driver.Chia-I Wu2010-01-121-3/+2
* egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu2010-01-121-1/+1
* st/egl_g3d: Improve comments to the native display interface.Chia-I Wu2010-01-121-2/+12
* st/egl_g3d: Add support for KMS native display.Chia-I Wu2010-01-122-0/+1004
* st/egl_g3d: Add support for EGL_MESA_screen_surface.Chia-I Wu2010-01-122-1/+202
* st/egl_g3d: Update the native display interface for modesetting.Chia-I Wu2010-01-121-13/+56
* st/egl_g3d: New EGL state tracker that uses Gallium.Chia-I Wu2010-01-1217-0/+4344