summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl
AgeCommit message (Expand)AuthorFilesLines
2012-02-23st/wgl: check for hPbuffer=0 in wgl pbuffer functionsBrian Paul1-0/+20
2012-02-23st/wgl: Fix argument of stw_pixelformat_get_info().José Fonseca1-1/+1
2012-02-10st/wgl: refactor stw_pixelformat_init()Brian Paul1-58/+51
2012-02-10st/wgl: Properly support non-displayble pixel formats, and implement float pi...José Fonseca6-16/+109
2012-02-10st/wgl: Invoke SetPixelFormat twice for pbuffers.José Fonseca1-1/+2
2012-02-10st/wgl: Just pass pPixelFormat to stw_pixelformat_get_info().José Fonseca6-21/+26
2012-02-10st/wgl: Fix argument of stw_pixelformat_get_info().José Fonseca1-1/+1
2012-01-11st/wgl: Return NULL for NULL HDCs in wglGetExtensionsStringARB.José Fonseca1-1/+3
2011-12-24egl,glx,wgl: Fixes stapi->createContext usageAlexandre Demers1-2/+3
2011-12-23st-api: Clean-up OpenGL profile handlingIan Romanick1-5/+17
2011-11-02wglSetPixelFormat should ignore the ppfd parameter.Morgan Armand1-2/+4
2011-10-28implement WGL_ARB_create_contextMorgan Armand5-7/+166
2011-10-13st/wgl: Release stw_framebuffer::mutex after pbuffer creation.Mathias Froehlich1-0/+2
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-2/+2
2011-08-30st/wgl: Fix build on mingw-w64José Fonseca1-2/+2
2011-06-29st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2-4/+4
2011-06-23st/wgl: return height, not width for WGL_PBUFFER_HEIGHT_ARBBrian Paul1-1/+1
2011-05-24wgl: Don't hold on to user supplied HDC.José Fonseca3-23/+22
2011-05-10st/wgl: Remove buggy assertion.José Fonseca1-2/+0
2011-05-04st/wgl: Allow to create pbuffers bigger than the desktop.José Fonseca1-1/+25
2011-05-04st/wgl: Cope with zero width/height windows.José Fonseca1-12/+38
2011-04-12st/wgl: Prevent spurious framebuffer sizes when the window is minimized.José Fonseca1-5/+12
2011-04-12st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size().José Fonseca1-3/+3
2011-03-24st/wgl: Adjust the pbuffer invisible window size.José Fonseca1-8/+53
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-6/+2
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-2/+2
2011-03-09wgl: Force framebuffer validation on glViewport.José Fonseca1-1/+13
2011-03-06st/wgl: No need to initialize OneTimeLock anymore.José Fonseca1-6/+0
2011-01-22scons: Add support for GLES.Chia-I Wu2-0/+6
2010-12-02wgl: Fix visual's buffer_mask configuration.José Fonseca1-1/+1
2010-12-02WIN32_THREADS -> WIN32José Fonseca2-7/+0
2010-12-02wgl: Unreference the current framebuffer after the make_current call.José Fonseca1-51/+58
2010-12-02wgl: Fix double free. Remove dead code.José Fonseca1-62/+4
2010-12-02gallium: support for array textures and related changesRoland Scheidegger4-39/+44
2010-11-30wgl: More complete WGL_ARB_pbuffer support.José Fonseca4-11/+169
2010-11-30wgl: Stub WGL_ARB_pbuffer support.José Fonseca4-0/+89
2010-11-18st/wgl: Use st_context_iface::share for DrvShareLists.Chia-I Wu1-11/+4
2010-11-05scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz1-37/+34
2010-11-05scons: DetabifyJakob Bornecrantz1-3/+3
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu1-1/+6
2010-08-24st/wgl: Include main/core.h.Chia-I Wu4-7/+3
2010-05-21st_api: Add get param function to st_managerJakob Bornecrantz1-0/+7
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger1-3/+3
2010-05-17st/wgl: adapt to interface changesRoland Scheidegger1-3/+3
2010-05-07wgl: Add mapi to includes.José Fonseca1-0/+1
2010-04-25st/wgl: s/st_manager_create_api/st_gl_api_create/Vinson Lee1-2/+2
2010-04-12stw: Update for pipe_resource interface changes.José Fonseca1-15/+17
2010-04-12stw: Fix minor st_api migration glitches.José Fonseca2-2/+6
2010-04-12st/wgl: Switch from st_public.h to st_api.h. [V2]Chia-I Wu12-197/+519
2010-04-10Squashed commit of the following:Keith Whitwell1-3/+3