summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2009-03-21gallium: remove remaining references to origin_lower_leftKeith Whitwell
2009-03-20stw: Do not err on nil context handle in MakeCurrent().Michal Krol
2009-03-20stw: Use u_handle_table to maintain context list.Michal Krol
2009-03-20stw: Keep per-thread storage for current context and pixel format.Michal Krol
2009-03-18st: call _glapi_check_multithread from st_make_currentKeith Whitwell
2009-03-18stw: Fix makeCurrent.Thomas Hellstrom
2009-03-18xlib st: Fix makeCurrent.Thomas Hellstrom
2009-03-18st/dri2: use pipe_screen.is_format_supported to choose depth/stencil formatBen Skeggs
2009-03-17python: Return on unknown pixel format.Michal Krol
2009-03-17python: Fix build after refcount rework.Michal Krol
2009-03-17python: Include `p_winsys_screen.h'.Michal Krol
2009-03-17python: Do not pass screen object to pipe_buffer_reference.Michal Krol
2009-03-16python: Use transfer object to read from a surface.Michal Krol
2009-03-16python: pipe_vertex_buffer's pitch member has been renamed to stride.Michal Krol
2009-03-16python: size is not a member of pipe_constant_buffer any more.Michal Krol
2009-03-16python: Include missing `p_compiler.h' header.michal
2009-03-16python: Do not pass shader_state to util shader functions.michal
2009-03-16python: Use transfer objects to initialise texture data.michal
2009-03-16python: Use new bypass_vs_clip_and_viewport rasteriser flag.michal
2009-03-15dri2-gallium: Add occlusion query support at the state tracker level.Corbin Simpson
2009-03-14nouveau: bypass_vs_clip_and_viewportYounes Manton
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
2009-03-12wgl: add new dispatch stubsBrian Paul
2009-03-12stw: fix uninitialized variable issueKeith Whitwell
2009-03-09scons: Also define USE_XSHM for the glx/xlib state tracker build.Michel Dänzer
2009-03-09Fix up another instance of _mesa_unreference_framebuffer().Michel Dänzer
2009-03-06wgl: Check support for all other depth/stencil formats.José Fonseca
2009-03-06wgl: Choose a supported S8Z24/Z24S8/X8Z24/Z24X8.José Fonseca
2009-03-05st/xorg: Clean up xorg_exa.c a bitJakob Bornecrantz
2009-03-05st/xorg: Change format function a bitJakob Bornecrantz
2009-03-05st/xorg: Fix transfer double freeJakob Bornecrantz
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-03-04st/dri2: Fake frontbuffer changesJakob Bornecrantz
2009-03-04st/dri2: Hook up flush_frontbufferJakob Bornecrantz
2009-03-04st/dri2: We are strictly a dri2 driverJakob Bornecrantz
2009-03-03st/drm: s/hocks/hooks/Jakob Bornecrantz
2009-03-03wgl: Support the same combinations of single buffer pixel formats.José Fonseca
2009-03-03st/xorg: Add Xorg state trackerJakob Bornecrantz
2009-03-03st/dri2: Add DRI2 a state trackerJakob Bornecrantz
2009-02-27egl: Fix for minor api changeJakob Bornecrantz
2009-02-25egl: remove compiler flags from CFLAGSBrian Paul
2009-02-25egl: add comment/reminder to fix the CFLAGS in this MakefileBrian Paul
2009-02-25gallium: Fix build when exiting CFLAGS contains a path with different gl.hBenjamin Close
2009-02-24st/wgl: silence some debugKeith Whitwell
2009-02-23Merge commit 'origin/gallium-0.1'José Fonseca
2009-02-23wgl: Enable the use of Win32 threads.José Fonseca
2009-02-22gallium: remove dependency on main/glheader.h in glxapi.cBrian Paul
2009-02-20python: More efficient blits from surfaces.José Fonseca
2009-02-20python/interpreter: Don't do unnecessary updates.José Fonseca
2009-02-20python/retrace: Verbosity level.José Fonseca