summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote branch 'origin/opengl-es-v2'Chia-I Wu2010-01-205-3/+95
|\
| * st/es: Clean up install target.Chia-I Wu2010-01-121-7/+7
| * st/es: Fix build issue after merge.Chia-I Wu2010-01-123-20/+20
| * Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-12147-1749/+8612
| |\
| * | st/egl: Allow APIs other than OpenGL.Chia-I Wu2009-11-101-2/+0
| * | gallium: Allow state trackers to install files.Chia-I Wu2009-11-061-1/+5
| * | st/es: Add OpenGL ES state trackers.Chia-I Wu2009-11-053-0/+90
* | | st/egl_g3d: Clean up for x11_drawable_get_depth.Chia-I Wu2010-01-182-2/+1
* | | dri: Add an MSAA-enabled factor to DRI configs.Corbin Simpson2010-01-181-2/+3
* | | dri: Properly calculate number of modes for MSAA.Corbin Simpson2010-01-181-3/+5
* | | 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/vega: Fix window resizing with egl_g3d.Chia-I Wu2010-01-182-5/+8
* | | st/vega: Call screen->update_buffer instead of winsys->update_buffer.Chia-I Wu2010-01-181-3/+2
* | | softpipe: Move st/python's malloc winsys to softpipeJakob Bornecrantz2010-01-171-217/+2
* | | st/xlib: Make glXGetProcAddressARB visibleJakob Bornecrantz2010-01-171-1/+1
* | | gallium: Fix uninitialized instance divisor and index.Chia-I Wu2010-01-161-0/+1
* | | regress: Add .gitgnore for *.png files.Michal Krol2010-01-152-0/+2
* | | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-1511-73/+70
|\ \ \
| * | | gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-2311-73/+70
* | | | 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
* | | | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-142-3/+8
|\ \ \ \
| * | | | st/dri: Make sure we always request a fake front.Thomas Hellstrom2010-01-131-2/+1
| * | | | st/xorg: move exaMoveInPixmap before trying to fetch itZack Rusin2010-01-111-2/+4
| * | | | st/xorg: fix a rare video crashZack Rusin2010-01-111-1/+2
| * | | | Revert "st/dri: no need to request fake front buffer, only handle it being re...Thomas Hellstrom2010-01-111-0/+3
* | | | | 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
* | | | st/vega: Make it compatible with st_public.h.Chia-I Wu2010-01-122-6/+12
* | | | st/vega: Advertise OpenVG support.Chia-I Wu2010-01-121-0/+3
* | | | st/xlib: Mark GLX functions as public.Chia-I Wu2010-01-113-77/+80
* | | | st: Mark functions in st_public.h and vg_tracker.h as public.Chia-I Wu2010-01-111-0/+20
* | | | python: Integrate with llvmpipe if possible.José Fonseca2010-01-112-7/+168
* | | | python: Mask out PIPE_TEXTURE_USAGE_DISPLAY_TARGET usage.José Fonseca2010-01-111-0/+10
* | | | python: Prefer PIPE_FORMAT_Z32_UNORM.José Fonseca2010-01-112-2/+2
* | | | python: Set PIPE_TEXTURE_USAGE_RENDER_TARGET instead of DISPLAY_TARGET.José Fonseca2010-01-114-4/+4
* | | | st/dri: update dri2 drawables when viewport is changedBen Skeggs2010-01-113-0/+12