aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* python: List packages needed on debian systems.José Fonseca2009-03-251-0/+4
* python: Allow to dump all images to disk.José Fonseca2009-03-251-1/+13
* python: Tweak instructions.José Fonseca2009-03-251-2/+2
* python: s/pitch/stride/José Fonseca2009-03-252-4/+4
* python: s/num_cbufs/nr_cbufs/José Fonseca2009-03-253-3/+3
* wgl: Use right integer type.José Fonseca2009-03-251-1/+1
* wgl: Use SetWindowLongPtr.José Fonseca2009-03-251-6/+6
* gallium: remove remaining references to origin_lower_leftKeith Whitwell2009-03-211-1/+0
* stw: Do not err on nil context handle in MakeCurrent().Michal Krol2009-03-201-3/+0
* stw: Use u_handle_table to maintain context list.Michal Krol2009-03-203-28/+23
* stw: Keep per-thread storage for current context and pixel format.Michal Krol2009-03-207-12/+193
* 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