| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | drm/st: Return drm_api struct from a function | Jakob Bornecrantz | 2009-06-30 | 1 | -17/+21 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-26 | 1 | -0/+1 |
|\| |
|
| * | gallium: added PIPE_CAP_TGSI_CONT_SUPPORTED | Brian Paul | 2009-06-26 | 1 | -0/+1 |
* | | gallium: Add PIPE_OS_APPLE token. | Vinson Lee | 2009-06-25 | 1 | -0/+4 |
* | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-16 | 2 | -14/+15 |
|\| |
|
| * | gallium: Avoid atomic ops / locking when src is dst. | José Fonseca | 2009-06-16 | 1 | -14/+14 |
| * | gallium: Ensure assert macro is defined before being used in p_thread.h | José Fonseca | 2009-06-15 | 1 | -0/+1 |
* | | Merge branch 'mesa_7_5_branch' | Thomas Hellstrom | 2009-06-15 | 1 | -1/+5 |
|\| |
|
| * | gallium: Fix segfault and valgrind error introduced with commit 3f2e006b75970... | Thomas Hellstrom | 2009-06-15 | 1 | -1/+5 |
* | | Merge branch 'mesa_7_5_branch' | José Fonseca | 2009-06-11 | 1 | -1/+11 |
|\| |
|
| * | gallium: New pf_is_depth_and_stencil / pf_is_depth_or_stencil inlines. | José Fonseca | 2009-06-11 | 1 | -1/+11 |
* | | Merge branch 'mesa_7_5_branch' | José Fonseca | 2009-06-11 | 1 | -0/+12 |
|\| |
|
| * | gallium: Shorthand functions for computing stride and sizes for a rect. | José Fonseca | 2009-06-10 | 1 | -0/+12 |
* | | gallium: updated PIPE_CAP_x comments | Brian Paul | 2009-06-10 | 1 | -3/+2 |
* | | gallium: Make pipe thread say if it has condvars or not | Jakob Bornecrantz | 2009-06-05 | 1 | -0/+2 |
* | | gallium: remove redundant cube face #defines | Brian Paul | 2009-05-05 | 1 | -8/+1 |
|/ |
|
* | gallium: Add a dri1 api | Thomas Hellstrom | 2009-04-28 | 1 | -0/+82 |
* | gallium: Update the drm_api. | Thomas Hellstrom | 2009-04-28 | 1 | -1/+18 |
* | pipe: Get the p_atomic_dec_zero logic right this time. | José Fonseca | 2009-04-17 | 1 | -3/+2 |
* | gallium: Fix PIPE_ATOMIC_GCC_INTRINSIC build. | Michel Dänzer | 2009-04-17 | 1 | -2/+2 |
* | pipe: Fix InterlockedDecrement usage. | José Fonseca | 2009-04-17 | 1 | -1/+1 |
* | gallium: simplify further the logic for selecting mutex implementation | Keith Whitwell | 2009-04-17 | 1 | -53/+24 |
* | gallium: add #warning to mutex-based atomic implementation | Keith Whitwell | 2009-04-17 | 1 | -0/+1 |
* | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom | 2009-04-15 | 2 | -1/+35 |
* | gallium: remove pipe_texture::compressed field | Brian Paul | 2009-04-10 | 1 | -1/+0 |
* | gallium: comments for surface_copy(), surface_fill() in p_context.h | Brian Paul | 2009-04-09 | 1 | -2/+9 |
* | gallium: change // comment to /* */ style | Brian Paul | 2009-04-09 | 1 | -1/+1 |
* | gallium: updated comments in p_screen.h | Brian Paul | 2009-04-09 | 1 | -4/+6 |