summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: Fix build on mingw-w64José Fonseca2011-08-301-2/+2
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-292-4/+4
* st/wgl: return height, not width for WGL_PBUFFER_HEIGHT_ARBBrian Paul2011-06-231-1/+1
* wgl: Don't hold on to user supplied HDC.José Fonseca2011-05-243-23/+22
* st/wgl: Remove buggy assertion.José Fonseca2011-05-101-2/+0
* st/wgl: Allow to create pbuffers bigger than the desktop.José Fonseca2011-05-041-1/+25
* st/wgl: Cope with zero width/height windows.José Fonseca2011-05-041-12/+38
* st/wgl: Prevent spurious framebuffer sizes when the window is minimized.José Fonseca2011-04-121-5/+12
* st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size().José Fonseca2011-04-121-3/+3
* st/wgl: Adjust the pbuffer invisible window size.José Fonseca2011-03-241-8/+53
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-6/+2
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-2/+2
* wgl: Force framebuffer validation on glViewport.José Fonseca2011-03-091-1/+13
* st/wgl: No need to initialize OneTimeLock anymore.José Fonseca2011-03-061-6/+0
* scons: Add support for GLES.Chia-I Wu2011-01-222-0/+6
* wgl: Fix visual's buffer_mask configuration.José Fonseca2010-12-021-1/+1
* WIN32_THREADS -> WIN32José Fonseca2010-12-022-7/+0
* wgl: Unreference the current framebuffer after the make_current call.José Fonseca2010-12-021-51/+58
* wgl: Fix double free. Remove dead code.José Fonseca2010-12-021-62/+4
* gallium: support for array textures and related changesRoland Scheidegger2010-12-024-39/+44
* wgl: More complete WGL_ARB_pbuffer support.José Fonseca2010-11-304-11/+169
* wgl: Stub WGL_ARB_pbuffer support.José Fonseca2010-11-304-0/+89
* st/wgl: Use st_context_iface::share for DrvShareLists.Chia-I Wu2010-11-181-11/+4
* scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz2010-11-051-37/+34
* scons: DetabifyJakob Bornecrantz2010-11-051-3/+3
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-1/+6
* st/wgl: Include main/core.h.Chia-I Wu2010-08-244-7/+3
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-211-0/+7
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-3/+3
|\
| * st/wgl: adapt to interface changesRoland Scheidegger2010-05-171-3/+3
* | wgl: Add mapi to includes.José Fonseca2010-05-071-0/+1
|/
* st/wgl: s/st_manager_create_api/st_gl_api_create/Vinson Lee2010-04-251-2/+2
* stw: Update for pipe_resource interface changes.José Fonseca2010-04-121-15/+17
* stw: Fix minor st_api migration glitches.José Fonseca2010-04-122-2/+6
* st/wgl: Switch from st_public.h to st_api.h. [V2]Chia-I Wu2010-04-1212-197/+519
* Squashed commit of the following:Keith Whitwell2010-04-101-3/+3
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-2/+2
* Merge branch '7.8'Michel Dänzer2010-03-121-1/+1
|\
| * Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* | gallium: remove trace module injection from various state trackersKeith Whitwell2010-03-104-39/+3
* | st/wgl: add missing paramterKeith Whitwell2010-03-101-1/+1
* | gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2010-03-101-3/+3
|/
* wgl: Fix mingw32 build.Vinson Lee2010-03-031-2/+0
* Merge branch 'gallium-format-cleanup'José Fonseca2010-03-021-11/+11
|\
| * wgl: Rename pipe formats.José Fonseca2010-03-011-11/+11
* | glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis2010-03-011-2/+2
|/
* wgl: Be lenient when sharing contexts.José Fonseca2010-02-151-2/+1
* wgl: Implement wglSwapMultipleBuffers.José Fonseca2010-02-134-2/+31
* wgl: Go into dormant state when DLL is unloaded unclealy.José Fonseca2010-02-121-0/+1
* wgl: Do not reach out and destroy contexts on cleanup.José Fonseca2010-02-121-10/+12