summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl
AgeCommit message (Expand)AuthorFilesLines
2014-04-03st/wgl: Remove wgl*Gallium*MESA().José Fonseca4-103/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca15-28/+28
2013-10-01st/wgl: consolidate C sources list into Makefile.sourcesEmil Velikov2-18/+16
2013-09-11st/dri: do not create a new context for msaa copyMaarten Lankhorst1-1/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller3-3/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke3-9/+12
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke3-3/+3
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke3-3/+3
2013-04-17st/wgl: fix issue with SwapBuffers of minimized windowsBrian Paul2-9/+15
2013-04-05st/wgl: Install our windows message hook to threads created before the ICD is...José Fonseca2-26/+196
2013-04-04st/wgl: add HUD supportBrian Paul5-0/+42
2013-04-04st/wgl: make stw_current_context() non-staticBrian Paul2-1/+3
2012-12-07gallium: pass the current context to the flush_front state tracker functionMarek Olšák1-1/+2
2012-10-08st/wgl: Don't cache HDC anywhere.José Fonseca4-11/+12
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-2/+1
2012-08-24wgl: update some commentsBrian Paul2-2/+2
2012-06-26st/wgl: Add a few more comments.José Fonseca2-6/+38
2012-06-25st/wgl: 80-column wrappingBrian Paul2-7/+12
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