summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl
Commit message (Expand)AuthorAgeFilesLines
...
* st/wgl: add debug code to check that pixel format initialization workedBrian Paul2014-05-301-3/+9
* st/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE.Brian Paul2014-05-301-1/+1
* st/wgl: Advertise WGL_ARB_create_context(_profile).José Fonseca2014-05-071-0/+2
* st/wgl: Honour request of 3.1 contexts through core profile where available.José Fonseca2014-05-071-2/+15
* st/wgl: Remove wgl*Gallium*MESA().José Fonseca2014-04-034-103/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-1715-28/+28
* st/wgl: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-18/+16
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-111-1/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-053-3/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-233-9/+12
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-233-3/+3
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-233-3/+3
* st/wgl: fix issue with SwapBuffers of minimized windowsBrian Paul2013-04-172-9/+15
* st/wgl: Install our windows message hook to threads created before the ICD is...José Fonseca2013-04-052-26/+196
* st/wgl: add HUD supportBrian Paul2013-04-045-0/+42
* st/wgl: make stw_current_context() non-staticBrian Paul2013-04-042-1/+3
* 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