summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2009-10-23g3dvl: pass display and screen to g3dvl when creating video private contextCooper Yuan
2009-10-22st/xorg: fix the makefile when used with new xextprotoZack Rusin
2009-10-22st/xorg: cleanup the checks for whether the op is acceleratedZack Rusin
2009-10-22st/xorg: lots of render fixesZack Rusin
2009-10-20st/xorg: Move drm init to own functionJakob Bornecrantz
2009-10-20st/xorg: Cleanly shutdownJakob Bornecrantz
2009-10-19st/xorg: Remove output functions not usedJakob Bornecrantz
2009-10-19st/xorg: makefile garbageZack Rusin
2009-10-19st/xorg: implement basic src/mask transformationsZack Rusin
2009-10-19dri-st: Add EXT_provoking_vertex.Corbin Simpson
2009-10-18st/xorg: Switch to set_mode_majorJakob Bornecrantz
2009-10-18st/xorg: Massivly redo root pixmap creationJakob Bornecrantz
2009-10-18st/xorg: Clean up cursor functions a bitJakob Bornecrantz
2009-10-18st/xorg: Support more then one output of a given typeJakob Bornecrantz
2009-10-18st/xorg: Change how disable accel is handledJakob Bornecrantz
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson
2009-10-15st/xorg: refix source overZack Rusin
2009-10-15st/xorg: fix most of the composition modesZack Rusin
2009-10-13st/xorg: Fix dpms include problemsJakob Bornecrantz
2009-10-14st/xorg: get transparency on fills working (fixes Qt/KDE apps)Zack Rusin
2009-10-13st/xorg: solid fills with masks are supportedZack Rusin
2009-10-13st/xorg: fix and enable by default xrender accelerationZack Rusin
2009-10-11st/xorg: initialize pipe in the rendererZack Rusin
2009-10-11st/xorg: lots of rendering and xv changesZack Rusin
2009-10-11st/xorg: implement basics of xvZack Rusin
2009-10-08st/xorg: Old X servers don't deal well with failing accessesJakob Bornecrantz
2009-10-08st/xorg: More fallback debuggingJakob Bornecrantz
2009-10-08Revert "st/xorg: Debug fallbacks for composite as well"Jakob Bornecrantz
2009-10-08st/xorg: Debug fallbacks for composite as wellJakob Bornecrantz
2009-10-08st/xorg: Use A8 textures for depth 8 pixmapsJakob Bornecrantz
2009-10-08st/xorg: Fix depth stencil buffers on old X serversJakob Bornecrantz
2009-10-08Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-07gallium/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul
2009-10-07Merge branch 'mesa_7_6_branch'Nicolai Hähnle
2009-10-07gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul
2009-10-07st/dri: Add missing front buffer case in dri_get_buffers().Michel Dänzer
2009-10-07gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-05st/dri: avoid segfault if we can't get a pixmap's buffersBen Skeggs
2009-10-05st/dri: no need to request fake front buffer, only handle it being returnedBen Skeggs
2009-10-03st/dri: Install APPLE_vertex_array_object functionsNicolai Hähnle
2009-10-03st/dri: Install ARB_vertex_array_object functionsNicolai Hähnle
2009-10-02st/xorg: Use PIPE_TRANSFER_MAP_DIRECTLY flag in EXA PrepareAccess hook.Michel Dänzer
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-10-02gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()Brian Paul
2009-10-02gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config()Brian Paul
2009-10-01g3dvl: Delete state_trackers/g3dvl, other unused files.Younes Manton
2009-10-01g3dvl: Copyright blocks.Younes Manton
2009-10-01st/xvmc: Set default CSC matrix to BT.601, no ProcAmp, full range RGB.Younes Manton
2009-10-01Merge branch 'mesa_7_6_branch'Brian Paul