summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/stw_pixelformat.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
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é Fonseca1-6/+46
2012-02-10st/wgl: Just pass pPixelFormat to stw_pixelformat_get_info().José Fonseca1-12/+19
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-2/+2
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-2/+2
2010-12-02wgl: Fix visual's buffer_mask configuration.José Fonseca1-1/+1
2010-08-24st/wgl: Include main/core.h.Chia-I Wu1-3/+1
2010-05-17st/wgl: adapt to interface changesRoland Scheidegger1-3/+3
2010-04-12st/wgl: Switch from st_public.h to st_api.h. [V2]Chia-I Wu1-31/+16
2010-04-10Squashed commit of the following:Keith Whitwell1-3/+3
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger1-2/+2
2010-03-03wgl: Fix mingw32 build.Vinson Lee1-2/+0
2010-03-01wgl: Rename pipe formats.José Fonseca1-11/+11
2010-02-12wgl: Fail gracefully whenever 3D could not be enabled for some reason.José Fonseca1-0/+3
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-3/+2
2010-01-19wgl: Check for PIPE_TEXTURE_USAGE_DISPLAY_TARGET support in exported color pi...José Fonseca1-1/+2
2010-01-19wgl: Don't export pure-stencil pixel formats.José Fonseca1-2/+0
2009-12-08Remove remaining pipe format utility functions.Michal Krol1-2/+0
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol1-6/+7
2009-09-24wgl: DWM integration.José Fonseca1-2/+5
2009-09-23wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks.José Fonseca1-7/+53
2009-09-23wgl: Flatten the source tree.José Fonseca1-0/+370