summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2010-01-28regress: Fix shader header.Michal Krol
2010-01-28egl: Migrate drivers to use _eglBindContext.Chia-I Wu
2010-01-28egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu
2010-01-28st/xorg: Remove unnecessary headers.Vinson Lee
2010-01-28st/dri: Remove unnecessary headers.Vinson Lee
2010-01-26egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-25st/xorg: Fix crash on resize with libkmsJakob Bornecrantz
2010-01-25vega: fix incorrect samplers, textures indexes in blend_bind_samplers()Igor Oliveira
2010-01-25st/xorg: Improve options and print them to logJakob Bornecrantz
2010-01-25st/xorg: Export helper function for detecting modesettingJakob Bornecrantz
2010-01-25st/xorg: Fix warningJakob Bornecrantz
2010-01-25egl: Native types are renamed in EGL 1.3.Chia-I Wu
2010-01-25egl: check if driver_name is nullIgor Oliveira
2010-01-24egl: Make surfaces and contexts resources.Chia-I Wu
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