| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'origin/gallium-winsys-handle-rebased' | Keith Whitwell | 2010-03-08 | 3 | -30/+51 |
|\ |
|
| * | gallium: Reorg texture usage flags | Jakob Bornecrantz | 2010-03-01 | 1 | -2/+3 |
| * | gallium: Expose a opaque winsys handle and functions on pipe_screen | Jakob Bornecrantz | 2010-03-01 | 2 | -28/+48 |
* | | Remove support for GCC older than 3.3.0 | Ian Romanick | 2010-03-03 | 1 | -4/+3 |
* | | gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM. | José Fonseca | 2010-03-03 | 1 | -1/+0 |
* | | Merge branch 'gallium-format-cleanup' | José Fonseca | 2010-03-02 | 1 | -31/+28 |
|\ \ |
|
| * | | gallium: Standardize on the LSB->MSB notation. | José Fonseca | 2010-03-01 | 1 | -27/+27 |
| * | | gallium: Remove PIPE_FORMAT_A8B8G8R8_SNORM. | José Fonseca | 2010-03-01 | 1 | -1/+0 |
| * | | gallium: Introduce a new format to disambiguate PIPE_FORMAT_R8G8B8A8_UNORM. | José Fonseca | 2010-03-01 | 1 | -0/+2 |
| * | | gallium: Remove inexisting formats. | José Fonseca | 2010-03-01 | 1 | -4/+0 |
| |/ |
|
* | | Merge branch 'gallium-no-rhw-position' | Michal Krol | 2010-03-02 | 1 | -10/+0 |
|\ \
| |/
|/| |
|
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state. | Michal Krol | 2010-02-22 | 1 | -10/+0 |
* | | gallium: comment/document usage flags | Brian Paul | 2010-02-24 | 1 | -1/+3 |
|/ |
|
* | gallium: Remove previously forgotten pf_name() prototype. | José Fonseca | 2010-02-14 | 1 | -5/+0 |
* | gallium: make max_anisotropy a unsigned bitfield member | Roland Scheidegger | 2010-02-12 | 1 | -1/+1 |
* | gallium: make valuemask/writemask in pipe_stencil_state bitfield members | Roland Scheidegger | 2010-02-09 | 1 | -2/+2 |
* | gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state | Roland Scheidegger | 2010-02-09 | 2 | -2/+8 |
* | Merge branch 'gallium-nopointsizeminmax' | Roland Scheidegger | 2010-02-09 | 2 | -7/+5 |
|\ |
|
| * | gallium: add point_quad_rasterization bit to rasterizer state | Roland Scheidegger | 2010-02-04 | 1 | -0/+1 |
| * | gallium: clean up point sprite rasterizer state | Roland Scheidegger | 2010-02-03 | 2 | -5/+4 |
| * | gallium: remove point_size_min and point_size_max from rasterizer state | Roland Scheidegger | 2010-01-12 | 1 | -2/+0 |
* | | gallium: Remove prefilter member from pipe_sampler_state struct. | Michal Krol | 2010-02-09 | 1 | -1/+0 |
* | | gallium: Add cylindrical wrap info to TGSI declaration. | Michal Krol | 2010-02-09 | 1 | -2/+7 |
* | | gallium: squash-merge of gallium screen context | Keith Whitwell | 2010-02-08 | 2 | -2/+3 |
* | | gallium: Add a define for deprecated function attribute. | José Fonseca | 2010-02-04 | 1 | -0/+8 |
* | | gallium: Don't try to auto-detect the OS when embedded os is already pre-defi... | José Fonseca | 2010-02-04 | 1 | -2/+6 |
* | | gallium: Move some compiler portability stuff into p_compiler.h | José Fonseca | 2010-02-02 | 1 | -0/+4 |
* | | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple... | José Fonseca | 2010-02-02 | 1 | -190/+0 |
* | | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces. | José Fonseca | 2010-02-02 | 2 | -526/+0 |
* | | gallium: Make pipe_atomic a regular int32_t. | José Fonseca | 2010-02-02 | 4 | -129/+53 |
* | | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 4 | -300/+1 |
* | | gallium: Use MSVC atomic intrinsics directly instead of the Windows header wr... | José Fonseca | 2010-02-01 | 1 | -11/+15 |
* | | gallium: Remove unnecessary includes. Add others to compensate. | José Fonseca | 2010-02-01 | 4 | -5/+2 |
* | | gallium: Drop mutex-based pipe_atomic implementation. | José Fonseca | 2010-02-01 | 1 | -82/+1 |
* | | gallium: document pipe_context::get_query_result() | Brian Paul | 2010-01-29 | 1 | -0/+5 |
* | | tgsi: add caps for fragment coord conventions (v3) | Luca Barbieri | 2010-01-29 | 1 | -0/+4 |
* | | tgsi: add properties for fragment coord conventions (v3) | Luca Barbieri | 2010-01-29 | 1 | -1/+9 |
* | | Merge commit 'origin/perrtblend' | Roland Scheidegger | 2010-01-28 | 2 | -5/+12 |
|\ \ |
|
| * | | gallium: remove PIPE_CAP_S3TC, and add PIPE_CAP_DUAL_SOURCE_BLEND | Roland Scheidegger | 2010-01-28 | 1 | -1/+1 |
| * | | docs: clean up sampler description | Roland Scheidegger | 2010-01-21 | 1 | -1/+1 |
| * | | gallium: new PIPE_CAP bits for the independent blend functionality | Roland Scheidegger | 2010-01-21 | 1 | -0/+2 |
| * | | gallium: prepare for per-rendertarget blend enables, writemasks, blend funcs | Roland Scheidegger | 2010-01-20 | 1 | -3/+8 |
* | | | gallium: Add CAPs for constant buffers. | Michal Krol | 2010-01-28 | 1 | -0/+2 |
* | | | gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS. | Michal Krol | 2010-01-28 | 1 | -1/+1 |
* | | | gallium: Add tgsi_declaration_dimension token. | Michal Krol | 2010-01-28 | 1 | -1/+8 |
* | | | Check for __USE_MISC for defining uint & ushort | Alan Hourihane | 2010-01-26 | 1 | -1/+1 |
* | | | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-22 | 2 | -8/+38 |
|\ \ \ |
|
| * | | | gallium: New inline to write buffers which avoids synchronization. | José Fonseca | 2010-01-21 | 1 | -0/+31 |
| * | | | gallium: Set PIPE_BUFFER_USAGE_DISCARD flag in pipe_buffer_write. | José Fonseca | 2010-01-21 | 1 | -1/+2 |
| * | | | gallium: Remove temporary hack for the absence of a discard flag. | José Fonseca | 2010-01-21 | 1 | -7/+0 |