summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace INLINE with inlineIlia Mirkin2015-07-214-6/+6
* st/wgl: add stw_nopfuncs.h to the sources listsEmil Velikov2015-06-241-0/+1
* st/wgl: fix WGL_SWAP_METHOD_ARB queryBrian Paul2015-06-191-1/+6
* stw: use new stw_get_nop_function() function to avoid Viewperf 12 crashesBrian Paul2015-06-191-3/+20
* stw: add some no-op functions for GL_EXT_dsa, GL_NV_half_floatBrian Paul2015-06-193-0/+476
* st/wgl: Don't return core profile for 3.1 contexts.Jose Fonseca2015-06-191-7/+6
* st/wgl: set PIPE_BIND_SAMPLER_VIEW for window color buffersBrian Paul2015-06-191-0/+1
* st/wgl: add support for multisample pixel formatsBrian Paul2015-06-191-9/+20
* st/wgl: respect sample count when creating framebuffer surfacesBrian Paul2015-06-191-0/+1
* st/wgl: fix WGL_SAMPLE_BUFFERS_ARB queryBrian Paul2015-06-191-1/+1
* Fix a few typosZoë Blade2015-04-271-1/+1
* st/wgl: Couple of fixes to opengl32.dll's wglCreateContext/wglDeleteContext d...Jose Fonseca2015-04-153-9/+66
* st/wgl: Ignore ulVersion in DrvValidateVersion.José Fonseca2015-01-081-2/+10
* Don't cast the return value of malloc/reallocMatt Turner2014-12-081-1/+1
* st/wgl: Don't export wglGetExtensionsStringARB.José Fonseca2014-11-261-1/+0
* st/wgl: Implement WGL_EXT_create_context_es/es2_profile.José Fonseca2014-11-143-63/+78
* wgl: stw_pixelformat_get_info: correct type for index variableAlon Levy2014-10-231-1/+1
* st/wgl: add WINAPI qualifiers on wgl function typedefsBrian Paul2014-10-031-2/+2
* st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to nMaxFormats.José Fonseca2014-07-291-2/+4
* wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca2014-06-041-0/+2
* st/wgl: use _debug_printf() instead of fprintf()Brian Paul2014-05-301-7/+3
* st/wgl: formatting fixes in stw_framebuffer.cBrian Paul2014-05-301-82/+70
* st/wgl: make stw_lookup_context_locked() an inline functionBrian Paul2014-05-302-15/+9
* st/wgl: fix implementation of wglCreateContextAttribsARB()Brian Paul2014-05-303-22/+136
* 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