summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* EGL_i915: Make struct drm_device per display.Chia-I Wu2009-08-264-43/+55
* st/xorg: create basic vertex shaderZack Rusin2009-08-262-8/+37
* st/xorg: create basic fragment shaderZack Rusin2009-08-261-26/+10
* st/dri: Add some debug codeJakob Bornecrantz2009-08-261-2/+6
* st/xorg: Temporary fix for none stencil visualsJakob Bornecrantz2009-08-261-2/+17
* st/xorg: Find out correct type for depth stencil buffersJakob Bornecrantz2009-08-262-1/+13
* st/dri: Redo config generationJakob Bornecrantz2009-08-262-52/+87
* st/xorg: Add support for dirty framebuffer region reporting.Michel Dänzer2009-08-263-1/+86
* st/dri: make the GL_ARB_map_buffer_range entrypoints availableBen Skeggs2009-08-261-0/+2
* xorg: insert shaders into the cacheZack Rusin2009-08-251-0/+49
* exa: add basic code to cache vertex and fragment shadersZack Rusin2009-08-252-40/+84
* exa: check whether the op is acceleratedZack Rusin2009-08-252-21/+57
* xorg: revert bad mergeZack Rusin2009-08-251-0/+15
* Add support for building the Xorg state tracker with scons.Michel Dänzer2009-08-251-0/+26
* xorg: fix compilationZack Rusin2009-08-241-1/+2
* xorg: start on code accelerating renderZack Rusin2009-08-246-51/+255
* openvg: fix vgTransformPath with relative coordsZack Rusin2009-08-241-1/+1
* st/dri: Remove some debug printsJakob Bornecrantz2009-08-221-6/+0
* st/dri: Find out if the drawable is a pixmapJakob Bornecrantz2009-08-222-0/+39
* st/dri: Fix frontbuffer rendering with DRI2Jakob Bornecrantz2009-08-221-15/+15
* st/xorg: Handle fake fronts correctly for pixmapsJakob Bornecrantz2009-08-221-0/+46
* st/egl: Add support for drmModeDirtyFB command if foundJakob Bornecrantz2009-08-211-2/+10
* st/egl: Open the first drm nodeJakob Bornecrantz2009-08-201-1/+12
* gallium: rename copy/fill_rect utility functionsBrian Paul2009-08-191-1/+1
* st/xlib: remove a couple more 'fake' referencesKeith Whitwell2009-08-191-4/+2
* st/xlib: remove dead ungrab helperKeith Whitwell2009-08-191-13/+0
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-181-1/+1
|\
| * python/retrace: Open bz2 files correctly.José Fonseca2009-08-141-1/+1
* | egl: Create the front texture the properlyJakob Bornecrantz2009-08-181-25/+9
* | egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-9/+16
* | egl: Overhaul driver API.Chia-I Wu2009-08-184-70/+43
* | st/xlib: reduce the proliferation of GLX context typesKeith Whitwell2009-08-141-57/+37
* | st/dri: remove unused dummyContext valueKeith Whitwell2009-08-142-14/+0
* | st/vega: Add more symbols defined by mesa/st.Chia-I Wu2009-08-142-3/+18
* | st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering.Michel Dänzer2009-08-133-0/+37
* | st/xorg: Fix DRI2 CopyRegion hook.Michel Dänzer2009-08-131-29/+43
* | st/xorg: Acquire/drop DRM master in order to work with multiple servers.Michel Dänzer2009-08-121-0/+15
* | gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/Brian Paul2009-08-124-10/+9
* | gallium/glx/xlib: updated commentsBrian Paul2009-08-123-4/+2
* | gallium/glx/xlib: delete fakeglx.hBrian Paul2009-08-121-41/+0
* | gallium/glx/xlib: rename fakeglx.c to glx_api.cBrian Paul2009-08-123-2/+2
* | gallium/glx/xlib: delete glxapi.hBrian Paul2009-08-121-36/+0
* | gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.cBrian Paul2009-08-123-2/+2
* | gallium/glx/xlib: rename glxapi.c to glx_getproc.cBrian Paul2009-08-123-2/+3
* | gallium/glx/xlib: don't include fakeglx.hBrian Paul2009-08-121-1/+0
* | gallium/glx/xlib: overhaul and simplification of the Gallium Xlib-based GLXBrian Paul2009-08-124-1574/+280
* | st/xorg: If we have DRI2 we should also have some sort of hw supportJakob Bornecrantz2009-08-061-1/+1
* | st/xorg: Make it work againJakob Bornecrantz2009-08-055-10/+86
* | st/egl: Create primary texture not display targetJakob Bornecrantz2009-08-051-2/+2
* | egl: Replace IsBound by a pointer to the binding.Chia-I Wu2009-08-032-2/+2