aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: Just pass pPixelFormat to stw_pixelformat_get_info().José Fonseca2012-02-106-21/+26
* st/wgl: Fix argument of stw_pixelformat_get_info().José Fonseca2012-02-101-1/+1
* st/wgl: Return NULL for NULL HDCs in wglGetExtensionsStringARB.José Fonseca2012-01-111-1/+3
* egl,glx,wgl: Fixes stapi->createContext usageAlexandre Demers2011-12-241-2/+3
* st-api: Clean-up OpenGL profile handlingIan Romanick2011-12-231-5/+17
* wglSetPixelFormat should ignore the ppfd parameter.Morgan Armand2011-11-021-2/+4
* implement WGL_ARB_create_contextMorgan Armand2011-10-285-7/+166
* st/wgl: Release stw_framebuffer::mutex after pbuffer creation.Mathias Froehlich2011-10-131-0/+2
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* 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