| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | gallium: Refactor the instruction predicate TGSI token. | Michal Krol | 2009-11-24 | 1 | -10/+7 |
|/ |
|
* | gallium: Add UNSYNCHRONIZED cpu access flag. Document others. | José Fonseca | 2009-11-06 | 1 | -2/+57 |
* | gallium: Cleanup predicate and condition code TGSI tokens. | Michal Krol | 2009-11-02 | 2 | -99/+20 |
* | gallium: Move enum pipe_error into p_defines.h. | José Fonseca | 2009-10-25 | 2 | -65/+17 |
* | gallium: remove extended negate also, and also the ExtSwz token | Keith Whitwell | 2009-10-23 | 1 | -24/+0 |
* | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell | 2009-10-23 | 1 | -15/+2 |
* | gallium: remove noise opcodes | Keith Whitwell | 2009-10-23 | 1 | -4/+1 |
* | gallium: Permit surface_copy and surface_fill to be NULL. | Corbin Simpson | 2009-10-17 | 1 | -0/+3 |
* | gallium: New ALIGN_STACK macro to tell gcc to align stack pointer. | José Fonseca | 2009-10-14 | 1 | -0/+6 |
* | gallium: Add PIPE_TRANSFER_MAP_DIRECTLY usage flag. | Michel Dänzer | 2009-10-02 | 1 | -1/+12 |
* | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags. | Michel Dänzer | 2009-10-02 | 1 | -0/+16 |
* | g3dvl: Copyright blocks. | Younes Manton | 2009-10-01 | 2 | -0/+54 |
* | g3dvl: Color space conv interface & vl impl. | Younes Manton | 2009-10-01 | 1 | -1/+3 |
* | util: define PIPE_OS_FREEBSD to correct u_cpu_detect on FreeBSD. | Robert Noland | 2009-10-01 | 1 | -0/+13 |
* | gallium: remove depth.occlusion_count flag | Keith Whitwell | 2009-10-01 | 1 | -1/+0 |
* | gallium: New PIPE_OS_UNIX to simplify code that is portable to all unices. | José Fonseca | 2009-09-29 | 1 | -0/+5 |
* | g3dvl: assert.h -> util/u_debug.h | José Fonseca | 2009-09-29 | 1 | -1/+1 |
* | g3dvl: Define PIPE_VIDEO_CODEC_UNKNOWN for failures. | José Fonseca | 2009-09-29 | 2 | -3/+3 |
* | g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs | Younes Manton | 2009-09-27 | 5 | -1/+307 |
* | gallium/include: update some comments | Keith Whitwell | 2009-09-23 | 1 | -2/+20 |
* | gallium: remove incorrect 'return' stmt | Brian Paul | 2009-09-16 | 1 | -1/+1 |
* | gallium: Deprecate PIPE_CAP_S3TC. | José Fonseca | 2009-09-16 | 1 | -1/+1 |
* | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-09-15 | 1 | -5/+5 |
|\ |
|
| * | gallium: Add Mac OS to pipe/p_thread.h. | Vinson Lee | 2009-09-14 | 1 | -5/+5 |
* | | gallium: Use the enum for pipe_transfer::usage. | José Fonseca | 2009-09-15 | 1 | -1/+1 |
* | | gallium: pipe_transfer_destroy helper inline. | José Fonseca | 2009-09-15 | 1 | -0/+7 |
* | | gallium: Fix pointer type casts. | Michal Krol | 2009-09-15 | 1 | -4/+4 |
* | | gallium: Add pipe_transfer_map/unmap inlines. | José Fonseca | 2009-09-14 | 1 | -0/+13 |
|/ |
|
* | gallium: Added HaikuOS platform | aljen | 2009-09-09 | 3 | -6/+11 |
* | tgsi: remove redundant CND0 opcode | Keith Whitwell | 2009-09-01 | 1 | -1/+1 |
* | drm_api: Operate on textures instead of buffers | Jakob Bornecrantz | 2009-08-28 | 1 | -14/+15 |
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-18 | 1 | -0/+7 |
|\ |
|
| * | gallium: Always map for READ flag when DISCARD is not set. | José Fonseca | 2009-08-14 | 1 | -0/+7 |
* | | gallium: improved comments, minor whitespace changes | Brian Paul | 2009-08-18 | 1 | -7/+10 |
* | | gallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE} bitmask friendly. | Maarten Maathuis | 2009-08-17 | 1 | -3/+3 |
* | | gallium: Add texture usage information to surface_buffer_create | Jakob Bornecrantz | 2009-08-11 | 2 | -0/+2 |
* | | Rename TGSI LOOP instruction to better match theri usage. | Michal Krol | 2009-07-31 | 1 | -4/+4 |
* | | tgsi: Declare a LOOP register. | Michal Krol | 2009-07-30 | 1 | -0/+1 |
* | | gallium: clean up opcode definitions | Keith Whitwell | 2009-07-23 | 1 | -145/+11 |
* | | gallium: remove deprecated TGSI opcodes | Keith Whitwell | 2009-07-23 | 1 | -8/+0 |
* | | gallium: remove multiple aliases for TGSI opcodes | Keith Whitwell | 2009-07-22 | 1 | -40/+40 |
* | | gallium: simplify tgsi_full_immediate struct | Keith Whitwell | 2009-07-22 | 1 | -1/+1 |
* | | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau... | Patrice Mandin | 2009-07-14 | 1 | -0/+1 |
* | | gallium: Add endian detection to p_config. | Corbin Simpson | 2009-07-08 | 1 | -0/+13 |
* | | gallium: rearrange some members to avoid memory holes/padding | Zack Rusin | 2009-07-06 | 1 | -6/+6 |
* | | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-07-03 | 1 | -1/+2 |
|\| |
|
| * | gallium: fix the front face semantics | Zack Rusin | 2009-07-01 | 1 | -1/+2 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-30 | 3 | -7/+18 |
|\| |
|
| * | gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra... | José Fonseca | 2009-06-30 | 3 | -7/+18 |
* | | gallium: remove the pipe_sampler_state::shadow_ambient field | Brian Paul | 2009-06-30 | 1 | -1/+0 |