st/dri mv __driDriverExtensions to drisw.c and dri2.c
[mesa.git] / src / gallium / state_trackers /
2010-03-26 George Sapountzisst/dri mv __driDriverExtensions to drisw.c and dri2.c
2010-03-26 George Sapountzisst/dri: fold dri_extensions.c into dri_context.c
2010-03-26 Jakob Bornecrantzswrastg: Build with scons
2010-03-25 Jakob Bornecrantzst/dri: Move common files to common directory
2010-03-25 Jakob Bornecrantzst/dri: Reshuffle files and make it obvious which files...
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-25 Jakob Bornecrantzst/dri: Don't include sw vs drm dri headers
2010-03-25 Jakob Bornecrantzst/dri: Add dri2 prefix for all dri2.c functions
2010-03-25 George Sapountzisst/dri: add TODO list for DRISW
2010-03-25 George Sapountzisswrastg_dri: add state_tracker
2010-03-25 George Sapountzisst/dri: add drisw
2010-03-25 George Sapountzisst/dri: add dri_wrapper.h
2010-03-25 George Sapountzisst/dri: export DRI1 surface / pipe
2010-03-25 George Sapountzisst/dri: split out DRI2 code
2010-03-25 George Sapountzisst/dri: make get_texture into validate_att
2010-03-25 George Sapountzisst/dri: flush_frontbuffer, allocate_textures for dri2
2010-03-25 George Sapountzisst/dri: flush_frontbuffer, allocate_textures for dri1
2010-03-25 George Sapountzisst/dri: minor cosmetic for buffers
2010-03-25 George Sapountzisst/dri: minor cosmetic for screen
2010-03-25 George Sapountzisst/dri: add inline for dri2 check done in multiple...
2010-03-25 Jakob BornecrantzMerge branch 'gallium-targets'
2010-03-24 Jakob Bornecrantzst/dri: Fix for X server 1.6.0 (DRI2 version 1)
2010-03-23 Brian Paulst/glx: add support for multiple displays
2010-03-23 Dan NicholsonChange libX11 variables to not conflict with AC_PATH_XTRA
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-23 Brian Paulst/glx: better format selection in xmesa_choose_z_stenc...
2010-03-22 Brian Paulst/glx: fix depth/stencil format selection code
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-21 Chia-I WuMerge remote branch 'origin/gallium-st-api-dri'
2010-03-20 George Sapountzisst/dri: fix bug in make_current
2010-03-20 George Sapountzisst/dri: fix bug in allocate_textures
2010-03-19 Roland Scheideggerst/vega: fix up vega state tracker to use cso changes
2010-03-19 Brian Paules: added -I$(TOP)/include path
2010-03-18 Chia-I Wust/dri: Switch from st_public.h to st_api.h.
2010-03-18 Chia-I Wust/dri: Implement st_api.h callbacks.
2010-03-18 Chia-I Wust/dri: Headers and public symbols clean up.
2010-03-18 Chia-I Wust/dri: Move DRI1 bits in dri_context.c to dri1.c.
2010-03-18 Chia-I Wust/dri: Move DRI1 bits in dri_drawable.c to dri1.c.
2010-03-18 Chia-I Wust/dri: Move DRI1 bits in dri_screen.c to dri1.c.
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-16 Roland Scheideggerst/xorg: fix up xorg state tracker to use cso changes
2010-03-16 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-16 Chia-I WuMerge remote branch 'origin/gallium-st-api'
2010-03-15 Dave Airliegallium: fix frontbuffer rendering with r300g
2010-03-15 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-14 Chia-I Wust/glx: Fix glXCopySubBufferMESA.
2010-03-14 Chia-I Wust/glx: Sync the back buffer to the front buffer.
2010-03-14 Chia-I Wust/glx: Add support for GLX_MESA_copy_sub_buffer.
2010-03-14 Chia-I Wust/glx: Add xmesa_display to hold per-display variables.
2010-03-13 Dan Nicholsongallium: Respect user's CFLAGS for including X headers
2010-03-13 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-13 José Fonsecapython: Temporarily disable python state tracker until...
2010-03-13 Chia-I Wust/glx: Fix framebuffer validation.
2010-03-13 Chia-I Wust/glx: Correctly set buffer_mask of a visual.
2010-03-13 Chia-I Wust/glx: Make xmesa_create_st_api a callback of xm_driver.
2010-03-13 Chia-I Wust/egl: Fix eglCopyBuffers.
2010-03-13 Chia-I Wust/glx: Fix leaks in xmesa_st_framebuffer.
2010-03-13 Chia-I Wust/egl: Cache the pipe surface used in flush_frontbuffer.
2010-03-12 Michel Dänzerst/xorg: Remove flushes no longer necessary thanks...
2010-03-12 Michel DänzerMerge branch '7.8'
2010-03-12 Michel Dänzerst/dri: Always try to set up R5G6B5 configs.
2010-03-12 Jeff SmithGrammar and spelling fixes
2010-03-12 Keith Whitwellst/xorg: context transfers
2010-03-12 Keith WhitwellMerge commit 'origin/gallium-context-transfers-2'
2010-03-12 Chia-I Wust/glx: Add xm_st.c to SConscript.
2010-03-12 Chia-I Wust/glx: Return a better format in choose_depth_stencil_...
2010-03-12 Chia-I Wust/glx: Fix an infinite recursion in flush_front.
2010-03-12 Chia-I Wust/glx: Use st_api.h instead of st_public.h.
2010-03-12 Chia-I Wust/egl: Use st_api.h instead of st_public.h.
2010-03-12 Chia-I Wuwinsys/xlib, st/es: Advertise st_api.h support.
2010-03-12 Chia-I Wust/mesa: Implement st_api.h.
2010-03-12 Chia-I Wust/vega: Implement st_api.h.
2010-03-11 Roland Scheideggerst/mesa: don't enable extensions which aren't actually...
2010-03-11 Keith Whitwellgallium: remove pipe_context member from pipe_transfer
2010-03-11 Keith WhitwellSquashed commit of gallium-context-transfers:
2010-03-11 Marek Olšákst/dri: move extension initilization to st/mesa completely
2010-03-11 Michel DänzerMerge remote branch 'origin/7.8'
2010-03-11 Jakob Bornecrantzst/xorg: Include cursorstr.h
2010-03-10 Brian PaulMerge branch '7.8'
2010-03-10 Michel DänzerMerge branch '7.8'
2010-03-10 Michel Dänzerst/xorg: Work around cursor reference counting bugs...
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-10 Chia-I Wugallium: Do not mix winsys-drawable-handle and context...
2010-03-10 José Fonsecapython: Remove broken link hack.
2010-03-10 José Fonsecapython: More build fixes.
2010-03-10 Keith Whitwelltarget-helpers: remove swrast_xlib.c helper
2010-03-10 José Fonsecapython: Handle the possibility that no driver is selected.
2010-03-10 Keith Whitwellgallium: remove trace module injection from various...
2010-03-10 José Fonsecapython: Fix up state tracker for sw api.
2010-03-10 Keith Whitwellst/wgl: add missing paramter
2010-03-10 Keith Whitwellgallium: plumb winsys-drawable-handle through to state...
2010-03-10 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-10 Chia-I Wust/egl: Fix build errors in ximage backend after merge.
2010-03-09 Keith Whitwellegl/x11: use swrast-xlib helper
2010-03-09 Keith Whitwellgallium: create helper for swrast+xlib combination
2010-03-09 Keith Whitwelltargets/libgl-xlib: add code to inject trace and identi...
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Keith Whitwellws/xlib: manage the GC internally
2010-03-09 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
next