summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st: call _glapi_check_multithread from st_make_currentKeith Whitwell2009-03-181-5/+0
* stw: Fix makeCurrent.Thomas Hellstrom2009-03-181-2/+8
* xlib st: Fix makeCurrent.Thomas Hellstrom2009-03-182-11/+17
* st/dri2: use pipe_screen.is_format_supported to choose depth/stencil formatBen Skeggs2009-03-181-6/+20
* python: Return on unknown pixel format.Michal Krol2009-03-171-0/+1
* python: Fix build after refcount rework.Michal Krol2009-03-171-3/+3
* python: Include `p_winsys_screen.h'.Michal Krol2009-03-171-8/+9
* python: Do not pass screen object to pipe_buffer_reference.Michal Krol2009-03-171-1/+1
* python: Use transfer object to read from a surface.Michal Krol2009-03-161-16/+32
* python: pipe_vertex_buffer's pitch member has been renamed to stride.Michal Krol2009-03-161-1/+1
* python: size is not a member of pipe_constant_buffer any more.Michal Krol2009-03-161-1/+0
* python: Include missing `p_compiler.h' header.michal2009-03-161-0/+1
* python: Do not pass shader_state to util shader functions.michal2009-03-161-7/+2
* python: Use transfer objects to initialise texture data.michal2009-03-161-8/+12
* python: Use new bypass_vs_clip_and_viewport rasteriser flag.michal2009-03-161-2/+1
* dri2-gallium: Add occlusion query support at the state tracker level.Corbin Simpson2009-03-151-0/+2
* nouveau: bypass_vs_clip_and_viewportYounes Manton2009-03-142-5/+3
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-135-7/+4
* wgl: add new dispatch stubsBrian Paul2009-03-121-0/+3
* stw: fix uninitialized variable issueKeith Whitwell2009-03-121-15/+11
* scons: Also define USE_XSHM for the glx/xlib state tracker build.Michel Dänzer2009-03-091-0/+2
* Fix up another instance of _mesa_unreference_framebuffer().Michel Dänzer2009-03-091-1/+1
* wgl: Check support for all other depth/stencil formats.José Fonseca2009-03-061-7/+18
* wgl: Choose a supported S8Z24/Z24S8/X8Z24/Z24X8.José Fonseca2009-03-061-2/+24
* st/xorg: Clean up xorg_exa.c a bitJakob Bornecrantz2009-03-051-22/+0
* st/xorg: Change format function a bitJakob Bornecrantz2009-03-051-9/+19
* st/xorg: Fix transfer double freeJakob Bornecrantz2009-03-051-4/+10
* gallium: Unify reference counting.Michel Dänzer2009-03-0410-34/+40
* st/dri2: Fake frontbuffer changesJakob Bornecrantz2009-03-041-1/+10
* st/dri2: Hook up flush_frontbufferJakob Bornecrantz2009-03-044-1/+30
* st/dri2: We are strictly a dri2 driverJakob Bornecrantz2009-03-042-39/+17
* st/drm: s/hocks/hooks/Jakob Bornecrantz2009-03-0310-14/+13
* wgl: Support the same combinations of single buffer pixel formats.José Fonseca2009-03-031-0/+12
* st/xorg: Add Xorg state trackerJakob Bornecrantz2009-03-038-0/+2261
* st/dri2: Add DRI2 a state trackerJakob Bornecrantz2009-03-0310-650/+572
* egl: Fix for minor api changeJakob Bornecrantz2009-02-271-1/+1
* egl: remove compiler flags from CFLAGSBrian Paul2009-02-251-3/+1
* egl: add comment/reminder to fix the CFLAGS in this MakefileBrian Paul2009-02-251-0/+2
* gallium: Fix build when exiting CFLAGS contains a path with different gl.hBenjamin Close2009-02-251-2/+3
* st/wgl: silence some debugKeith Whitwell2009-02-241-15/+29
* Merge commit 'origin/gallium-0.1'José Fonseca2009-02-234-43/+100
|\
| * python: More efficient blits from surfaces.José Fonseca2009-02-204-24/+49
| * python/interpreter: Don't do unnecessary updates.José Fonseca2009-02-201-2/+11
| * python/retrace: Verbosity level.José Fonseca2009-02-201-15/+30
| * python/retrace: Cope with python 2.4.xJosé Fonseca2009-02-201-3/+11
| * python: Pass a zero offset to util_draw_vertex_buffer.José Fonseca2009-02-201-1/+1
* | wgl: Enable the use of Win32 threads.José Fonseca2009-02-232-0/+16
* | gallium: remove dependency on main/glheader.h in glxapi.cBrian Paul2009-02-221-1/+9
* | wgl: Prevent null pointer reference.José Fonseca2009-02-201-0/+3
* | gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-13/+5