summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-2/+2
* | gallium: make g3dvl build againDave Airlie2009-07-183-3/+0
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-179-7/+351
|\|
| * python/retrace: Process the call no passed to --to option inclusively.José Fonseca2009-07-161-1/+1
| * python/retrace: Dump the surface copy contents.José Fonseca2009-07-161-0/+10
| * python/retrace: Flush stdout before calling the pipe driver.José Fonseca2009-07-161-0/+4
| * python: Hack to prevent segmentation faults when python exits.José Fonseca2009-07-161-1/+7
| * wgl: Expose pipe_screen/pipe_context via an extension.José Fonseca2009-07-164-1/+133
| * python: Obtain pipe_screen/pipe_context from the system's OpenGL driver.José Fonseca2009-07-162-3/+191
| * python/retrace: Interpret surface_copy.José Fonseca2009-07-151-0/+4
| * python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM.José Fonseca2009-07-151-1/+1
* | st/egl: Fix broken build after EGL thread changesAndrew Randrianasulu2009-07-181-1/+1
* | egl: Remove redundant DeletePending flag.Chia-I Wu2009-07-172-6/+2
* | egl: Use the link functions to manage resources.Chia-I Wu2009-07-172-7/+8
* | dri-st: Unbreak GL_EXT_blend_equation_separate.Corbin Simpson2009-07-141-0/+1
* | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin2009-07-141-2/+0
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-045-123/+234
|\|
| * wgl: Make the stw_framebuffer destructions threadsafe.José Fonseca2009-07-065-82/+186
| * wgl: Check for multiple threads before GET_CURRENT_CONTEXT.José Fonseca2009-07-061-2/+8
| * wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages.José Fonseca2009-07-061-44/+45
* | Merge commit 'origin/openvg-1.0'Zack Rusin2009-07-0650-0/+18857
|\ \
| * | OpenVG 1.0 State TrackerZack Rusin2009-05-0150-0/+18857
* | | exa: some infrastucture work for accelerating compositeZack Rusin2009-07-065-49/+130
* | | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-035-6/+79
|\ \ \ | | |/ | |/|
| * | st/wgl: don't advertise WGL_EXT_swap_interval stringKeith Whitwell2009-07-031-1/+1
| * | wgl: Lookup framebuffers by HWND whenever possible.José Fonseca2009-07-031-0/+10