summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* stw: If stfb not set don't call into mesaJakob Bornecrantz2009-06-081-1/+2
* wgl: Destroy the framebuffer when the window is destroyed.José Fonseca2009-06-011-24/+48
* wgl: Cleanup framebuffer destruction logic.José Fonseca2009-05-311-9/+4
* wgl: Ensure we only create framebuffers for HDC associated with a window.José Fonseca2009-05-311-1/+7
* wgl: Use the right pixel format.José Fonseca2009-05-309-202/+301
* wgl: Fix debugging output.José Fonseca2009-05-301-9/+27
* wgl: Rename function.José Fonseca2009-05-301-2/+2
* wgl: Remove unused field.José Fonseca2009-05-302-2/+0
* wgl: Grow the maximum number of pixel formats to cope with the new accum pixe...José Fonseca2009-05-081-1/+1
* wgl: Export pixelformats with accumulation bits.José Fonseca2009-05-081-6/+8
* stw: fix potential uninitialized use of curctxKeith Whitwell2009-05-081-1/+1
* wgl: Enforce a minimum 1x1 framebuffer size.José Fonseca2009-05-081-8/+19
* wgl: Add assertion for missing function.José Fonseca2009-05-081-0/+1
* wgl: Remove unused variable.José Fonseca2009-05-081-1/+0
* wgl: Implement ShareLists.José Fonseca2009-05-084-7/+28
* wgl: Implemente SwapLayerBuffers.José Fonseca2009-05-084-5/+17
* wgl: Include alpha bits in pixel format's cColorBits field.José Fonseca2009-05-081-1/+1
* wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.José Fonseca2009-05-081-2/+2
* wgl: Store current HDC/HGLRC in stw_context.José Fonseca2009-04-283-25/+44
* wgl: Cope with pre-existing threads.José Fonseca2009-04-271-8/+31
* wgl: Implement WGL_EXT_extensions_string extension.José Fonseca2009-04-273-5/+20
* stw: Use a statically initiallized gl proc table.José Fonseca2009-04-271-356/+347
* wgl: Don't implement broken gl_dispatch_stub_xxx.José Fonseca2009-04-202-117/+0
* wgl: Put commas in the right places.José Fonseca2009-04-171-3/+3
* wgl: Flip the pixel format order.José Fonseca2009-04-171-6/+6
* wgl: Protect the framebuffer with a lock.José Fonseca2009-04-103-22/+41
* wgl: Note down the gallium pixel formats, instead of re-guessing them.José Fonseca2009-04-106-84/+34
* wgl: Query the screen for supported formats.José Fonseca2009-04-101-9/+52
* wgl: Walk through the pixel formats combinations.José Fonseca2009-04-103-68/+94
* wgl: Keep copies of the PIXELFORMATDESCRIPTOR structures.José Fonseca2009-04-104-133/+139