summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-09wgl: Force framebuffer validation on glViewport.José Fonseca
2011-03-06st/wgl: No need to initialize OneTimeLock anymore.José Fonseca
2011-01-22scons: Add support for GLES.Chia-I Wu
2010-12-02wgl: Fix visual's buffer_mask configuration.José Fonseca
2010-12-02WIN32_THREADS -> WIN32José Fonseca
2010-12-02wgl: Unreference the current framebuffer after the make_current call.José Fonseca
2010-12-02wgl: Fix double free. Remove dead code.José Fonseca
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-30wgl: More complete WGL_ARB_pbuffer support.José Fonseca
2010-11-30wgl: Stub WGL_ARB_pbuffer support.José Fonseca
2010-11-18st/wgl: Use st_context_iface::share for DrvShareLists.Chia-I Wu
2010-11-05scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz
2010-11-05scons: DetabifyJakob Bornecrantz
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu
2010-08-24st/wgl: Include main/core.h.Chia-I Wu
2010-05-21st_api: Add get param function to st_managerJakob Bornecrantz
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17st/wgl: adapt to interface changesRoland Scheidegger
2010-05-07wgl: Add mapi to includes.José Fonseca
2010-04-25st/wgl: s/st_manager_create_api/st_gl_api_create/Vinson Lee
2010-04-12stw: Update for pipe_resource interface changes.José Fonseca
2010-04-12stw: Fix minor st_api migration glitches.José Fonseca
2010-04-12st/wgl: Switch from st_public.h to st_api.h. [V2]Chia-I Wu
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-10gallium: remove trace module injection from various state trackersKeith Whitwell
2010-03-10st/wgl: add missing paramterKeith Whitwell
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell
2010-03-03wgl: Fix mingw32 build.Vinson Lee
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca
2010-03-01glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis
2010-03-01wgl: Rename pipe formats.José Fonseca
2010-02-15wgl: Be lenient when sharing contexts.José Fonseca
2010-02-13wgl: Implement wglSwapMultipleBuffers.José Fonseca
2010-02-12wgl: Go into dormant state when DLL is unloaded unclealy.José Fonseca
2010-02-12wgl: Do not reach out and destroy contexts on cleanup.José Fonseca
2010-02-12wgl: Fail gracefully whenever 3D could not be enabled for some reason.José Fonseca
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-19wgl: Check for PIPE_TEXTURE_USAGE_DISPLAY_TARGET support in exported color pi...José Fonseca
2010-01-19wgl: Don't export pure-stencil pixel formats.José Fonseca
2010-01-01scons: Don't globally define WIN32_LEAN_AND_MEAN.José Fonseca
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-08Remove remaining pipe format utility functions.Michal Krol
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol