summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
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
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-05gallium/python: support two more formats in retrace dumpsZack Rusin
2010-02-05egl: Remove egl_xdri.Chia-I Wu
2010-02-04egl: Convert drivers to use typecast macros.Chia-I Wu
2010-02-04st/egl: Add missing headers to kms display.Chia-I Wu
2010-02-03st/egl: Add missing headers.Vinson Lee
2010-02-04egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira
2010-02-04gallium: fix more missing includes from various placesDave Airlie
2010-02-03Merge branch 'gallium-embedded'José Fonseca
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-02vega: implement tgsi_ureg shaders cacheIgor Oliveira
2010-02-02vega: change tgsi asm by tgsi_uregIgor Oliveira
2010-02-02st/egl: Wrong context might be used in eglBindTexImage.Chia-I Wu
2010-01-31st/dri: Remove duplicate type qualifier.Vinson Lee
2010-01-31egl: Initialize display configs with the display.Chia-I Wu
2010-01-31egl: Initialize display resources with their display.Chia-I Wu
2010-01-31st/egl: Do not ignore configs without a renderable type.Chia-I Wu
2010-01-31st/egl: Remove egl_g3d_get_current_context.Chia-I Wu
2010-01-30st/egl: eglBindTexImage should bind to an OpenGL ES texture.Chia-I Wu
2010-01-30egl: Rename Binding to CurrentContext in _EGLSurface.Chia-I Wu