Age | Commit message (Expand) | Author |
2010-11-01 | scons: Revamp how to specify targets to build. | José Fonseca |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-13 | Drop GLframebuffer typedef and just use struct gl_framebuffer | Kristian Høgsberg |
2010-10-13 | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg |
2010-10-13 | gl: Remove unused GLcontextModes fields | Kristian Høgsberg |
2010-10-12 | st/xlib: add some comments | Brian Paul |
2010-09-16 | st/xlib: Notify the context when the front/back buffers are swapped. | Chia-I Wu |
2010-09-10 | gallium: Add context profile support to st_api. | Chia-I Wu |
2010-09-03 | st/glx: added some comments | Brian Paul |
2010-09-01 | st/glx: re-order destruction of buffers, visuals | Brian Paul |
2010-08-24 | st/glx: Include main/core.h. | Chia-I Wu |
2010-08-22 | glx/xlib: configurable strict/non-strict buffer size invalidate | Keith Whitwell |
2010-08-22 | glx/xlib: remove another XSync | Keith Whitwell |
2010-08-22 | glx/xlib: no need to call XSync from XMesaFlush | Keith Whitwell |
2010-08-20 | st/glx: use PIPE_TEXTURE_RECT if appropriate | Luca Barbieri |
2010-05-24 | st/glx: check if deleting head of buffer list | Brian Paul |
2010-05-21 | st/glx: fix incorrect parameter type | Brian Paul |
2010-05-21 | st_api: Add get param function to st_manager | Jakob Bornecrantz |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-17 | st/glx: adapt to interface changes | Roland Scheidegger |
2010-05-15 | st/xlib: Remove unnecessary header. | Vinson Lee |
2010-05-07 | glapi: Move to src/mapi/. | Chia-I Wu |
2010-04-23 | st/xlib: Try to propagate failure to create framebuffer. | José Fonseca |
2010-04-21 | st/glx: variable 'i' is an enum | Brian Paul |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-04-10 | Fix copyright headers. | Chia-I Wu |
2010-03-31 | Merge branch 'gallium-new-formats' | Roland Scheidegger |
2010-03-30 | st/glx: Remove a wrong assertion in choose_pixel_format. | Chia-I Wu |
2010-03-30 | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger |
2010-03-23 | st/glx: add support for multiple displays | Brian Paul |
2010-03-23 | Change libX11 variables to not conflict with AC_PATH_XTRA | Dan Nicholson |
2010-03-22 | st/glx: fix depth/stencil format selection code | Brian Paul |
2010-03-16 | Merge remote branch 'origin/gallium-st-api' | Chia-I Wu |
2010-03-14 | st/glx: Fix glXCopySubBufferMESA. | Chia-I Wu |
2010-03-14 | st/glx: Sync the back buffer to the front buffer. | Chia-I Wu |
2010-03-14 | st/glx: Add support for GLX_MESA_copy_sub_buffer. | Chia-I Wu |
2010-03-14 | st/glx: Add xmesa_display to hold per-display variables. | Chia-I Wu |
2010-03-13 | gallium: Respect user's CFLAGS for including X headers | Dan Nicholson |
2010-03-13 | st/glx: Fix framebuffer validation. | Chia-I Wu |
2010-03-13 | st/glx: Correctly set buffer_mask of a visual. | Chia-I Wu |
2010-03-13 | st/glx: Make xmesa_create_st_api a callback of xm_driver. | Chia-I Wu |
2010-03-13 | st/glx: Fix leaks in xmesa_st_framebuffer. | Chia-I Wu |
2010-03-12 | st/glx: Add xm_st.c to SConscript. | Chia-I Wu |
2010-03-12 | st/glx: Return a better format in choose_depth_stencil_format. | Chia-I Wu |
2010-03-12 | st/glx: Fix an infinite recursion in flush_front. | Chia-I Wu |
2010-03-12 | st/glx: Use st_api.h instead of st_public.h. | Chia-I Wu |
2010-03-10 | gallium: plumb winsys-drawable-handle through to state tracker | Keith Whitwell |
2010-03-09 | gallium: create helper for swrast+xlib combination | Keith Whitwell |
2010-03-09 | targets/libgl-xlib: add code to inject trace and identity layers | Keith Whitwell |
2010-03-09 | ws/xlib: manage the GC internally | Keith Whitwell |