summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2010-03-26st/dri mv __driDriverExtensions to drisw.c and dri2.cGeorge Sapountzis
2010-03-26st/dri: fold dri_extensions.c into dri_context.cGeorge Sapountzis
2010-03-26swrastg: Build with sconsJakob Bornecrantz
2010-03-26st/dri: Move common files to common directoryJakob Bornecrantz
2010-03-26st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz
2010-03-25st/dri: Don't include sw vs drm dri headersJakob Bornecrantz
2010-03-25st/dri: Add dri2 prefix for all dri2.c functionsJakob Bornecrantz
2010-03-25st/dri: add TODO list for DRISWGeorge Sapountzis
2010-03-25swrastg_dri: add state_trackerGeorge Sapountzis
2010-03-25st/dri: add driswGeorge Sapountzis
2010-03-25st/dri: add dri_wrapper.hGeorge Sapountzis
2010-03-25st/dri: export DRI1 surface / pipeGeorge Sapountzis
2010-03-25st/dri: split out DRI2 codeGeorge Sapountzis
2010-03-25st/dri: make get_texture into validate_attGeorge Sapountzis
2010-03-25st/dri: flush_frontbuffer, allocate_textures for dri2George Sapountzis
2010-03-25st/dri: flush_frontbuffer, allocate_textures for dri1George Sapountzis
2010-03-25st/dri: minor cosmetic for buffersGeorge Sapountzis
2010-03-25st/dri: minor cosmetic for screenGeorge Sapountzis
2010-03-25st/dri: add inline for dri2 check done in multiple placesGeorge Sapountzis
2010-03-25st/dri: Fix for X server 1.6.0 (DRI2 version 1)Jakob Bornecrantz
2010-03-23st/glx: add support for multiple displaysBrian Paul
2010-03-23Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson
2010-03-22st/glx: fix depth/stencil format selection codeBrian Paul
2010-03-21Merge remote branch 'origin/gallium-st-api-dri'Chia-I Wu
2010-03-20st/dri: fix bug in make_currentGeorge Sapountzis
2010-03-20st/dri: fix bug in allocate_texturesGeorge Sapountzis
2010-03-19st/vega: fix up vega state tracker to use cso changesRoland Scheidegger
2010-03-19es: added -I$(TOP)/include pathBrian Paul
2010-03-18st/dri: Switch from st_public.h to st_api.h.Chia-I Wu
2010-03-18st/dri: Implement st_api.h callbacks.Chia-I Wu
2010-03-18st/dri: Headers and public symbols clean up.Chia-I Wu
2010-03-18st/dri: Move DRI1 bits in dri_context.c to dri1.c.Chia-I Wu
2010-03-18st/dri: Move DRI1 bits in dri_drawable.c to dri1.c.Chia-I Wu
2010-03-18st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu
2010-03-16st/xorg: fix up xorg state tracker to use cso changesRoland Scheidegger
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu
2010-03-16gallium: fix frontbuffer rendering with r300gDave Airlie
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-14st/glx: Fix glXCopySubBufferMESA.Chia-I Wu
2010-03-14st/glx: Sync the back buffer to the front buffer.Chia-I Wu
2010-03-14st/glx: Add support for GLX_MESA_copy_sub_buffer.Chia-I Wu
2010-03-14st/glx: Add xmesa_display to hold per-display variables.Chia-I Wu
2010-03-13gallium: Respect user's CFLAGS for including X headersDan Nicholson
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-13python: Temporarily disable python state tracker until transfers are done by ...José Fonseca
2010-03-13st/glx: Fix framebuffer validation.Chia-I Wu
2010-03-13st/glx: Correctly set buffer_mask of a visual.Chia-I Wu
2010-03-13st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu
2010-03-13st/egl: Fix eglCopyBuffers.Chia-I Wu