summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2010-01-23st/vega: Clean up Makefile.Chia-I Wu
2010-01-23st/es: Pass -linker and -ldflags to mklib.Chia-I Wu
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22st/egl_g3d: Rename to st/egl.Chia-I Wu
2010-01-22st/egl: Remove the egl state tracker.Chia-I Wu
2010-01-22st/egl_g3d: Use glxinit.c from egl_xdri.Chia-I Wu
2010-01-21st/xorg: Remove unnecessary headers.Vinson Lee
2010-01-20st/xorg: Fic bug and close drm_api at proper placeJakob Bornecrantz
2010-01-20st/egl_g3d: Add support for driver probe.Chia-I Wu
2010-01-20st/egl_g3d: Add support for probe to native displays.Chia-I Wu
2010-01-20st/egl_g3d: Do not reuse the pipe transfer in ximage.Chia-I Wu
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu
2010-01-19st/xorg: Don't leak BusID bufferJakob Bornecrantz
2010-01-19st/xorg: Pass kernel driver name to drmOpenJakob Bornecrantz
2010-01-19st/dri: update dri2 drawables when viewport is changedBen Skeggs
2010-01-19wgl: Check for PIPE_TEXTURE_USAGE_DISPLAY_TARGET support in exported color pi...José Fonseca
2010-01-19wgl: Don't export pure-stencil pixel formats.José Fonseca
2010-01-18st/dri: Add comment for intentional fallthrough in case statement.Vinson Lee
2010-01-18st/dri: fix optionCache memory leaksMarcin Slusarz
2010-01-18st/egl_g3d: Clean up for x11_drawable_get_depth.Chia-I Wu
2010-01-18dri: Add an MSAA-enabled factor to DRI configs.Corbin Simpson
2010-01-18dri: Properly calculate number of modes for MSAA.Corbin Simpson
2010-01-18st/egl_g3d: Add support for eglCopyBuffers.Chia-I Wu
2010-01-18st/egl_g3d: Add is_pixmap_supported to native display interface.Chia-I Wu
2010-01-18st/egl_g3d: Update validate to use an attachment mask.Chia-I Wu
2010-01-18st/vega: Fix window resizing with egl_g3d.Chia-I Wu
2010-01-18st/vega: Call screen->update_buffer instead of winsys->update_buffer.Chia-I Wu
2010-01-17softpipe: Move st/python's malloc winsys to softpipeJakob Bornecrantz
2010-01-17st/xlib: Make glXGetProcAddressARB visibleJakob Bornecrantz
2010-01-16gallium: Fix uninitialized instance divisor and index.Chia-I Wu
2010-01-15regress: Add .gitgnore for *.png files.Michal Krol
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-15st/egl_g3d: Avoid validation upon buffer swap or flush frontbuffer.Chia-I Wu
2010-01-15st/egl_g3d: Hook to update_buffer of the pipe screen.Chia-I Wu
2010-01-15st/egl_g3d: Always override flush_frontbuffer.Chia-I Wu
2010-01-15st/xorg: If dri2 version is 2 support version 1 as wellJakob Bornecrantz
2010-01-15st/xorg: Set enforce version to 1 if not definedJakob Bornecrantz
2010-01-18st/dri: Don't request a fake front if the server adds one automatically.Thomas Hellstrom
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2010-01-14egl_g3d: Check if the creation of pipe or st context fails.Chia-I Wu
2010-01-14st/egl_g3d: Use a sequence number to decide if validation is required.Chia-I Wu
2010-01-13st/dri: Make sure we always request a fake front.Thomas Hellstrom
2010-01-12st/egl_g3d: Get the stapi from the driver.Chia-I Wu
2010-01-12egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu
2010-01-12st/egl_g3d: Improve comments to the native display interface.Chia-I Wu
2010-01-12st/es: Clean up install target.Chia-I Wu
2010-01-12st/es: Fix build issue after merge.Chia-I Wu
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu
2010-01-12st/egl_g3d: Add support for KMS native display.Chia-I Wu
2010-01-12st/egl_g3d: Add support for EGL_MESA_screen_surface.Chia-I Wu