summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2010-02-25python: Fix typo.Michal Krol
2010-02-25st/egl: Reduce validation round-trips in DRI2 backend.Chia-I Wu
2010-02-25st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu
2010-02-25st/egl: Refactor dri2_surface_get_buffers.Chia-I Wu
2010-02-25st/egl: Add dri2InvalidateBuffers.Chia-I Wu
2010-02-23st/glx: improved depth/stencil format selection codeBrian Paul
2010-02-23st/glx: added PIPE_FORMAT_Z24S8_UNORM codeBrian Paul
2010-02-23st/egl: Unify surface creation.Chia-I Wu
2010-02-21st/egl: Disable SHM in ximage backend.Chia-I Wu
2010-02-21st/egl: Properly convert vrefresh to refresh rate.Chia-I Wu
2010-02-21st/egl: Enable extensions before adding configs.Chia-I Wu
2010-02-21st/egl: Do not force validate when update_buffer is called.Chia-I Wu
2010-02-21st/egl: Clean up DRI2 surface.Chia-I Wu
2010-02-21st/egl: Clean up ximage surface.Chia-I Wu
2010-02-20st/xlib: Add assert to check for null pointer dereference.Vinson Lee
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19mesa: replace old MEMSET macro with memsetBrian Paul
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-19Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke
2010-02-19Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke
2010-02-18Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."Francisco Jerez
2010-02-17st/dri2: Flush FRAME instead of RENDER_CACHE on buffer invalidation.Francisco Jerez
2010-02-16st/dri2: Use event-driven buffer validation.Francisco Jerez
2010-02-15wgl: Be lenient when sharing contexts.José Fonseca
2010-02-15python: Reconstruct blend state objects from binary blobs.José Fonseca
2010-02-14python: Pretty-printing of blend state.José Fonseca
2010-02-14xorg: Use util_format_name().José Fonseca
2010-02-14python: Tell swig how to index per-rendertarget blend state.José Fonseca
2010-02-14python: Pass p_format.h as-is to swig now that it has no inlines.José Fonseca
2010-02-14progs/gallium/python: New home for python statetracker scripts.José Fonseca
2010-02-14st/python: fix build error after gallium-screen-context mergeMarek Olšák
2010-02-13wgl: Implement wglSwapMultipleBuffers.José Fonseca
2010-02-12st/xlib: Remove unnecessary header.Vinson Lee
2010-02-12wgl: Go into dormant state when DLL is unloaded unclealy.José Fonseca
2010-02-12st/dri: don't expose visuals we'll have trouble supportingZack Rusin
2010-02-12st/dri, st/xorg: fix buffers that have attachements of different depthZack Rusin
2010-02-12Merge branch 'gallium-dynamicstencilref'Roland Scheidegger
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-10dri: Allow selective generation of accum. buffer configsIan Romanick
2010-02-10gallium: adapt state trackers to stencil ref changeRoland Scheidegger
2010-02-10st/xorg: fix a silly offset bug in xvZack Rusin
2010-02-09dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-08st/dri: fix compile breakageKeith Whitwell
2010-02-08egl: re-fix context_create typoKeith Whitwell