Age | Commit message (Expand) | Author |
2010-03-10 | gallium: Do not mix winsys-drawable-handle and context-private. | Chia-I Wu |
2010-03-10 | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell |
2010-03-09 | drop stray XFree86Server, XGLServer | George Sapountzis |
2010-03-09 | gallium: create helper for swrast+xlib combination | Keith Whitwell |
2010-03-09 | ws/xlib: remove self-knowledge about users of xlib winsys | Keith Whitwell |
2010-03-09 | cell: fix up assorted compilation problems | Brian Paul |
2010-03-09 | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger |
2010-03-09 | ws/xlib: manage the GC internally | Keith Whitwell |
2010-03-09 | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell |
2010-03-09 | Squashed commit of gallium-no-texture-blanket | Keith Whitwell |
2010-03-08 | gallium: update some comments, remove others which are superfluous | Brian Paul |
2010-03-08 | gallium: remove xlib_driver::display_surface | Keith Whitwell |
2010-03-08 | gallium: introduce target directory | Keith Whitwell |
2010-03-08 | winsys/xlib: remove dependency on glx/x11 state tracker | Keith Whitwell |
2010-03-08 | Merge commit 'origin/gallium-winsys-handle-rebased' | Keith Whitwell |
2010-03-04 | softpipe: rework to use the llvmpipe winsys | Keith Whitwell |
2010-03-03 | Remove support for GCC older than 3.3.0 | Ian Romanick |
2010-03-03 | gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM. | José Fonseca |
2010-03-02 | Merge branch 'gallium-format-cleanup' | José Fonseca |
2010-03-02 | Merge branch 'gallium-no-rhw-position' | Michal Krol |
2010-03-01 | gallium: Standardize on the LSB->MSB notation. | José Fonseca |
2010-03-01 | gallium: Remove PIPE_FORMAT_A8B8G8R8_SNORM. | José Fonseca |
2010-03-01 | gallium: Introduce a new format to disambiguate PIPE_FORMAT_R8G8B8A8_UNORM. | José Fonseca |
2010-03-01 | gallium: Reorg texture usage flags | Jakob Bornecrantz |
2010-03-01 | gallium: Expose a opaque winsys handle and functions on pipe_screen | Jakob Bornecrantz |
2010-03-01 | gallium: Remove inexisting formats. | José Fonseca |
2010-02-24 | gallium: comment/document usage flags | Brian Paul |
2010-02-22 | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state. | Michal Krol |
2010-02-18 | gallium: use cso state handling for pipe_vertex_element state | Roland Scheidegger |
2010-02-17 | gallium: remove redundant nr_components field from pipe_vertex_element | Roland Scheidegger |
2010-02-14 | gallium: Remove previously forgotten pf_name() prototype. | José Fonseca |
2010-02-12 | gallium: make max_anisotropy a unsigned bitfield member | Roland Scheidegger |
2010-02-09 | gallium: make valuemask/writemask in pipe_stencil_state bitfield members | Roland Scheidegger |
2010-02-09 | gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state | Roland Scheidegger |
2010-02-09 | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger |
2010-02-09 | gallium: Remove prefilter member from pipe_sampler_state struct. | Michal Krol |
2010-02-09 | gallium: Add cylindrical wrap info to TGSI declaration. | Michal Krol |
2010-02-08 | gallium: squash-merge of gallium screen context | Keith Whitwell |
2010-02-04 | gallium: add point_quad_rasterization bit to rasterizer state | Roland Scheidegger |
2010-02-04 | gallium: Add a define for deprecated function attribute. | José Fonseca |
2010-02-04 | gallium: Don't try to auto-detect the OS when embedded os is already pre-defi... | José Fonseca |
2010-02-03 | gallium: clean up point sprite rasterizer state | Roland Scheidegger |
2010-02-02 | gallium: Move some compiler portability stuff into p_compiler.h | José Fonseca |
2010-02-02 | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple... | José Fonseca |
2010-02-02 | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces. | José Fonseca |
2010-02-02 | gallium: Make pipe_atomic a regular int32_t. | José Fonseca |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-02-01 | gallium: Use MSVC atomic intrinsics directly instead of the Windows header wr... | José Fonseca |
2010-02-01 | gallium: Remove unnecessary includes. Add others to compensate. | José Fonseca |
2010-02-01 | gallium: Drop mutex-based pipe_atomic implementation. | José Fonseca |