aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/stw_pixelformat.c
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: improve selection of pixel formatOlivier Lauffenburger2017-07-061-7/+29
* st/wgl: whitespace, formatting fixes in stw_pixelformat.cBrian Paul2017-04-281-72/+62
* st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visualsCharmaine Lee2017-04-281-2/+2
* Treewide: Remove Elements() macroJan Vesely2016-05-171-5/+5
* st/wgl: add support for WGL_ARB_render_textureBrian Paul2015-12-031-0/+6
* st/wgl: reorder pixel formats to put MSAA formats lastBrian Paul2015-11-091-29/+32
* st/wgl: add support for multisample pixel formatsBrian Paul2015-06-191-9/+20
* wgl: stw_pixelformat_get_info: correct type for index variableAlon Levy2014-10-231-1/+1
* 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
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* 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-101-6/+46
* st/wgl: Just pass pPixelFormat to stw_pixelformat_get_info().José Fonseca2012-02-101-12/+19
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-2/+2
* wgl: Fix visual's buffer_mask configuration.José Fonseca2010-12-021-1/+1
* st/wgl: Include main/core.h.Chia-I Wu2010-08-241-3/+1
* st/wgl: adapt to interface changesRoland Scheidegger2010-05-171-3/+3
* st/wgl: Switch from st_public.h to st_api.h. [V2]Chia-I Wu2010-04-121-31/+16
* Squashed commit of the following:Keith Whitwell2010-04-101-3/+3
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-2/+2
* wgl: Fix mingw32 build.Vinson Lee2010-03-031-2/+0
* wgl: Rename pipe formats.José Fonseca2010-03-011-11/+11
* wgl: Fail gracefully whenever 3D could not be enabled for some reason.José Fonseca2010-02-121-0/+3
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-3/+2
|\
| * wgl: Check for PIPE_TEXTURE_USAGE_DISPLAY_TARGET support in exported color pi...José Fonseca2010-01-191-1/+2
| * wgl: Don't export pure-stencil pixel formats.José Fonseca2010-01-191-2/+0
* | Remove remaining pipe format utility functions.Michal Krol2009-12-081-2/+0
* | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-031-6/+7
|/
* wgl: DWM integration.José Fonseca2009-09-241-2/+5
* wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks.José Fonseca2009-09-231-7/+53
* wgl: Flatten the source tree.José Fonseca2009-09-231-0/+370