summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl
Commit message (Expand)AuthorAgeFilesLines
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-1/+2
* st/wgl: Don't cache HDC anywhere.José Fonseca2012-10-084-11/+12
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* wgl: update some commentsBrian Paul2012-08-242-2/+2
* st/wgl: Add a few more comments.José Fonseca2012-06-262-6/+38
* st/wgl: 80-column wrappingBrian Paul2012-06-252-7/+12
* st/wgl: check for hPbuffer=0 in wgl pbuffer functionsBrian Paul2012-02-231-0/+20
* st/wgl: Fix argument of stw_pixelformat_get_info().José Fonseca2012-02-231-1/+1
* st/wgl: refactor stw_pixelformat_init()Brian Paul2012-02-101-58/+51
* st/wgl: Properly support non-displayble pixel formats, and implement float pi...José Fonseca2012-02-106-16/+109
* st/wgl: Invoke SetPixelFormat twice for pbuffers.José Fonseca2012-02-101-1/+2
* 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