summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2010-04-12st/egl: Request the front buffer as needed.Chia-I Wu
2010-04-12st/egl: Fix DRI2 on old X serversJakob Bornecrantz
2010-04-11st/egl: Follow the portability guide.Chia-I Wu
2010-04-11st/egl: Factor driver callbacks to a new file.Chia-I Wu
2010-04-11scons: Always build softpipe and llvmpipe (when llvm available).José Fonseca
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca
2010-04-11scons: Use libdrm options only where needed.José Fonseca
2010-04-10st/egl: Remove unnecessary header.Vinson Lee
2010-04-11st/egl: Remove depth/stencil format from the native interface.Chia-I Wu
2010-04-11st/vega: Require both depth and stencil.Chia-I Wu
2010-04-11st/egl: Remove __GLcontextModes from the native interface.Chia-I Wu
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-10Fix copyright headers.Chia-I Wu
2010-04-10st/egl: Fix a typo in determining the render buffer.Chia-I Wu
2010-04-09st/xorg: Fix thinko.Corbin Simpson
2010-04-09st/xorg: Fix bad paramf.Corbin Simpson
2010-04-09st/egl: Move probe interface to native_probe.h.Chia-I Wu
2010-04-09st/egl: Remove pbuffer from the native interface.Chia-I Wu
2010-04-08st/dri: Fix setTexBuffer2 with __DRI_TEXTURE_FORMAT_RGB.Chia-I Wu
2010-04-06st/dri: Implement DRI image extension.Chia-I Wu
2010-04-06st/es: Remove unnedded --whole-archive.Chia-I Wu
2010-04-04Merge branch '7.8'Ian Romanick
2010-04-04st/egl: Implement get_egl_image hook.Chia-I Wu
2010-04-02gallium: fix dri_destroy_option_cache() when optionCache.info is NULLYann Droneaud
2010-04-02st/vega: Do not depend on libm.Chia-I Wu
2010-04-02st/egl: Add a missing break.Chia-I Wu
2010-04-01st/python: Allow to sample only in the [0,1] range.José Fonseca
2010-04-01st/python: Always use softpipe as reference driver.José Fonseca
2010-03-31Merge branch 'gallium-new-formats'Roland Scheidegger
2010-03-31st/python: Generate binding for u_format utility functions too.José Fonseca
2010-03-30st/dri: Remove unnecessary header.Vinson Lee
2010-03-30st/dri: Remove unnecessary header.Vinson Lee
2010-03-30st/dri: Fix a memory leak in dri1_init_screen.Chia-I Wu
2010-03-29drisw: Remove unnecessary header.Vinson Lee
2010-03-30st/glx: Remove a wrong assertion in choose_pixel_format.Chia-I Wu
2010-03-30Merge branch 'master' into gallium-new-formatsRoland Scheidegger
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-29st/python: Update for util_draw_vertex_buffer changes.José Fonseca
2010-03-29st/python: Move surface read/write methods to context.José Fonseca
2010-03-29st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis
2010-03-29Revert "python: Temporarily disable python state tracker until transfers are ...José Fonseca
2010-03-28st/python: updates for recent interface changesKeith Whitwell
2010-03-28drisw: probably better hack for stride and some commentsGeorge Sapountzis
2010-03-27drisw: make stride issue profoundGeorge Sapountzis
2010-03-26st/dri: Fix SCons build.Vinson Lee
2010-03-26swrastg: allow for any of the software rasterizers.George Sapountzis
2010-03-26st/dri: add comment about the ifdef in dri_screen.cGeorge Sapountzis
2010-03-26st/dri: factor out common init_screen codeGeorge Sapountzis
2010-03-26st/dri mv __driDriverExtensions to drisw.c and dri2.cGeorge Sapountzis
2010-03-26st/dri: fold dri_extensions.c into dri_context.cGeorge Sapountzis