Age | Commit message (Expand) | Author |
2010-02-23 | st/glx: improved depth/stencil format selection code | Brian Paul |
2010-02-23 | st/glx: added PIPE_FORMAT_Z24S8_UNORM code | Brian Paul |
2010-02-23 | st/egl: Unify surface creation. | Chia-I Wu |
2010-02-21 | st/egl: Disable SHM in ximage backend. | Chia-I Wu |
2010-02-21 | st/egl: Properly convert vrefresh to refresh rate. | Chia-I Wu |
2010-02-21 | st/egl: Enable extensions before adding configs. | Chia-I Wu |
2010-02-21 | st/egl: Do not force validate when update_buffer is called. | Chia-I Wu |
2010-02-21 | st/egl: Clean up DRI2 surface. | Chia-I Wu |
2010-02-21 | st/egl: Clean up ximage surface. | Chia-I Wu |
2010-02-20 | st/xlib: Add assert to check for null pointer dereference. | Vinson Lee |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg |
2010-02-19 | mesa: replace old MEMSET macro with memset | Brian Paul |
2010-02-19 | mesa: replace old MEMCPY macro with memcpy | Brian Paul |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2010-02-19 | Remove _mesa_atoi in favor of plain atoi. | Kenneth Graunke |
2010-02-19 | Remove _mesa_strcmp in favor of plain strcmp. | Kenneth Graunke |
2010-02-19 | Remove _mesa_strncpy in favor of plain strncpy. | Kenneth Graunke |
2010-02-18 | Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)." | Francisco Jerez |
2010-02-17 | st/dri2: Flush FRAME instead of RENDER_CACHE on buffer invalidation. | Francisco Jerez |
2010-02-16 | st/dri2: Use event-driven buffer validation. | Francisco Jerez |
2010-02-15 | wgl: Be lenient when sharing contexts. | José Fonseca |
2010-02-15 | python: Reconstruct blend state objects from binary blobs. | José Fonseca |
2010-02-14 | python: Pretty-printing of blend state. | José Fonseca |
2010-02-14 | xorg: Use util_format_name(). | José Fonseca |
2010-02-14 | python: Tell swig how to index per-rendertarget blend state. | José Fonseca |
2010-02-14 | python: Pass p_format.h as-is to swig now that it has no inlines. | José Fonseca |
2010-02-14 | progs/gallium/python: New home for python statetracker scripts. | José Fonseca |
2010-02-14 | st/python: fix build error after gallium-screen-context merge | Marek Olšák |
2010-02-13 | wgl: Implement wglSwapMultipleBuffers. | José Fonseca |
2010-02-12 | st/xlib: Remove unnecessary header. | Vinson Lee |
2010-02-12 | wgl: Go into dormant state when DLL is unloaded unclealy. | José Fonseca |
2010-02-12 | st/dri: don't expose visuals we'll have trouble supporting | Zack Rusin |
2010-02-12 | st/dri, st/xorg: fix buffers that have attachements of different depth | Zack Rusin |
2010-02-12 | Merge branch 'gallium-dynamicstencilref' | Roland Scheidegger |
2010-02-12 | wgl: Do not reach out and destroy contexts on cleanup. | José Fonseca |
2010-02-12 | wgl: Fail gracefully whenever 3D could not be enabled for some reason. | José Fonseca |
2010-02-10 | dri: Allow selective generation of accum. buffer configs | Ian Romanick |
2010-02-10 | gallium: adapt state trackers to stencil ref change | Roland Scheidegger |
2010-02-10 | st/xorg: fix a silly offset bug in xv | Zack Rusin |
2010-02-09 | dri_interface: Introduce DRI tokens for the texBuffer texture formats | Kristian Høgsberg |
2010-02-09 | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger |
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg |
2010-02-08 | st/dri: fix compile breakage | Keith Whitwell |
2010-02-08 | egl: re-fix context_create typo | Keith Whitwell |
2010-02-08 | gallium: squash-merge of gallium screen context | Keith Whitwell |
2010-02-05 | gallium/python: support two more formats in retrace dumps | Zack Rusin |
2010-02-05 | egl: Remove egl_xdri. | Chia-I Wu |
2010-02-04 | egl: Convert drivers to use typecast macros. | Chia-I Wu |
2010-02-04 | st/egl: Add missing headers to kms display. | Chia-I Wu |