summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl
Commit message (Expand)AuthorAgeFilesLines
* st/wgl: s/st_manager_create_api/st_gl_api_create/Vinson Lee2010-04-251-2/+2
* stw: Update for pipe_resource interface changes.José Fonseca2010-04-121-15/+17
* stw: Fix minor st_api migration glitches.José Fonseca2010-04-122-2/+6
* st/wgl: Switch from st_public.h to st_api.h. [V2]Chia-I Wu2010-04-1212-197/+519
* 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
* Merge branch '7.8'Michel Dänzer2010-03-121-1/+1
|\
| * Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* | gallium: remove trace module injection from various state trackersKeith Whitwell2010-03-104-39/+3
* | st/wgl: add missing paramterKeith Whitwell2010-03-101-1/+1
* | gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2010-03-101-3/+3
|/
* wgl: Fix mingw32 build.Vinson Lee2010-03-031-2/+0
* Merge branch 'gallium-format-cleanup'José Fonseca2010-03-021-11/+11
|\
| * wgl: Rename pipe formats.José Fonseca2010-03-011-11/+11
* | glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis2010-03-011-2/+2
|/
* wgl: Be lenient when sharing contexts.José Fonseca2010-02-151-2/+1
* wgl: Implement wglSwapMultipleBuffers.José Fonseca2010-02-134-2/+31
* wgl: Go into dormant state when DLL is unloaded unclealy.José Fonseca2010-02-121-0/+1
* wgl: Do not reach out and destroy contexts on cleanup.José Fonseca2010-02-121-10/+12
* wgl: Fail gracefully whenever 3D could not be enabled for some reason.José Fonseca2010-02-124-1/+30
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-083-53/+4
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-022-2/+2
* 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
* | scons: Don't globally define WIN32_LEAN_AND_MEAN.José Fonseca2010-01-011-1/+2
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-173-38/+10
|\ \ | |/
| * wgl: Call st_swapbuffers instead of st_notify_swapbuffers.José Fonseca2009-12-023-38/+10
| * wgl: Fix copy'n'paste typo in comment.José Fonseca2009-11-271-1/+1
* | Remove remaining pipe format utility functions.Michal Krol2009-12-082-5/+1
* | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-032-8/+10
* | wgl: Fix copy'n'paste typo in comment.José Fonseca2009-11-241-1/+1
|/
* wgl: DWM integration.José Fonseca2009-09-2410-67/+380
* wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks.José Fonseca2009-09-2314-798/+525
* wgl: Flatten the source tree.José Fonseca2009-09-2323-28/+27
* wgl: Fix debug_printf format specifiers.José Fonseca2009-09-231-6/+6
* wgl: Expose pipe_screen/pipe_context via an extension.José Fonseca2009-07-164-1/+133
* wgl: Make the stw_framebuffer destructions threadsafe.José Fonseca2009-07-065-82/+186
* wgl: Check for multiple threads before GET_CURRENT_CONTEXT.José Fonseca2009-07-061-2/+8
* wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages.José Fonseca2009-07-061-44/+45
* st/wgl: don't advertise WGL_EXT_swap_interval stringKeith Whitwell2009-07-031-1/+1
* wgl: Lookup framebuffers by HWND whenever possible.José Fonseca2009-07-031-0/+10
* st/wgl: dummy implementation of wgl swapinterval extensionKeith Whitwell2009-07-014-0/+63
* wgl: Optimize wglGetProcAddress.José Fonseca2009-07-011-6/+6
* wgl: Handle flush after a window is destroyed.José Fonseca2009-06-241-20/+21
* wgl: Fix window resizing in multithread applications.José Fonseca2009-06-184-47/+112
* wgl: Move all thread related code together.José Fonseca2009-06-185-58/+33
* wgl: Factor out some repetitive code into inline functions.José Fonseca2009-06-171-29/+28
* wgl: Fix prototype.José Fonseca2009-06-111-1/+1
* stw: ignore swapbuffer requests on singlebufferKeith Whitwell2009-06-091-0/+3