summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl
AgeCommit message (Expand)AuthorFilesLines
2015-07-21gallium: replace INLINE with inlineIlia Mirkin4-6/+6
2015-06-24st/wgl: add stw_nopfuncs.h to the sources listsEmil Velikov1-0/+1
2015-06-19st/wgl: fix WGL_SWAP_METHOD_ARB queryBrian Paul1-1/+6
2015-06-19stw: use new stw_get_nop_function() function to avoid Viewperf 12 crashesBrian Paul1-3/+20
2015-06-19stw: add some no-op functions for GL_EXT_dsa, GL_NV_half_floatBrian Paul3-0/+476
2015-06-19st/wgl: Don't return core profile for 3.1 contexts.Jose Fonseca1-7/+6
2015-06-19st/wgl: set PIPE_BIND_SAMPLER_VIEW for window color buffersBrian Paul1-0/+1
2015-06-19st/wgl: add support for multisample pixel formatsBrian Paul1-9/+20
2015-06-19st/wgl: respect sample count when creating framebuffer surfacesBrian Paul1-0/+1
2015-06-19st/wgl: fix WGL_SAMPLE_BUFFERS_ARB queryBrian Paul1-1/+1
2015-04-27Fix a few typosZoë Blade1-1/+1
2015-04-15st/wgl: Couple of fixes to opengl32.dll's wglCreateContext/wglDeleteContext d...Jose Fonseca3-9/+66
2015-01-08st/wgl: Ignore ulVersion in DrvValidateVersion.José Fonseca1-2/+10
2014-12-08Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2014-11-26st/wgl: Don't export wglGetExtensionsStringARB.José Fonseca1-1/+0
2014-11-14st/wgl: Implement WGL_EXT_create_context_es/es2_profile.José Fonseca3-63/+78
2014-10-23wgl: stw_pixelformat_get_info: correct type for index variableAlon Levy1-1/+1
2014-10-03st/wgl: add WINAPI qualifiers on wgl function typedefsBrian Paul1-2/+2
2014-07-29st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to nMaxFormats.José Fonseca1-2/+4
2014-06-04wgl: Disable CRT message boxes when Windows system error messages boxes are d...José Fonseca1-0/+2
2014-05-30st/wgl: use _debug_printf() instead of fprintf()Brian Paul1-7/+3
2014-05-30st/wgl: formatting fixes in stw_framebuffer.cBrian Paul1-82/+70
2014-05-30st/wgl: make stw_lookup_context_locked() an inline functionBrian Paul2-15/+9
2014-05-30st/wgl: fix implementation of wglCreateContextAttribsARB()Brian Paul3-22/+136
2014-05-30st/wgl: add debug code to check that pixel format initialization workedBrian Paul1-3/+9
2014-05-30st/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE.Brian Paul1-1/+1
2014-05-07st/wgl: Advertise WGL_ARB_create_context(_profile).José Fonseca1-0/+2
2014-05-07st/wgl: Honour request of 3.1 contexts through core profile where available.José Fonseca1-2/+15
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