summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz2-0/+2
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol1-4/+4
2009-07-30tgsi: Declare a LOOP register.Michal Krol1-0/+1
2009-07-23gallium: clean up opcode definitionsKeith Whitwell1-145/+11
2009-07-23gallium: remove deprecated TGSI opcodesKeith Whitwell1-8/+0
2009-07-22gallium: remove multiple aliases for TGSI opcodesKeith Whitwell1-40/+40
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell1-1/+1
2009-07-14gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin1-0/+1
2009-07-08gallium: Add endian detection to p_config.Corbin Simpson1-0/+13
2009-07-06gallium: rearrange some members to avoid memory holes/paddingZack Rusin1-6/+6
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-1/+2
2009-06-30Merge branch 'mesa_7_5_branch'Brian Paul3-7/+18
2009-06-30gallium: remove the pipe_sampler_state::shadow_ambient fieldBrian Paul1-1/+0
2009-06-30gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca3-7/+18
2009-07-01gallium: fix the front face semanticsZack Rusin1-1/+2
2009-06-30drm/st: Return drm_api struct from a functionJakob Bornecrantz1-17/+21
2009-06-26gallium: added PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul1-0/+1
2009-06-16gallium: Avoid atomic ops / locking when src is dst.José Fonseca1-14/+14
2009-06-15gallium: Ensure assert macro is defined before being used in p_thread.hJosé Fonseca1-0/+1
2009-06-15gallium: Fix segfault and valgrind error introduced with commit 3f2e006b75970...Thomas Hellstrom1-1/+5
2009-06-26Merge branch 'mesa_7_5_branch'Brian Paul1-0/+1
2009-06-25gallium: Add PIPE_OS_APPLE token.Vinson Lee1-0/+4
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul2-14/+15
2009-06-15Merge branch 'mesa_7_5_branch'Thomas Hellstrom1-1/+5
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca1-1/+11
2009-06-11gallium: New pf_is_depth_and_stencil / pf_is_depth_or_stencil inlines.José Fonseca1-1/+11
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca1-0/+12
2009-06-10gallium: Shorthand functions for computing stride and sizes for a rect.José Fonseca1-0/+12
2009-06-10gallium: updated PIPE_CAP_x commentsBrian Paul1-3/+2
2009-06-05gallium: Make pipe thread say if it has condvars or notJakob Bornecrantz1-0/+2
2009-05-05gallium: remove redundant cube face #definesBrian Paul1-8/+1
2009-04-28gallium: Add a dri1 apiThomas Hellstrom1-0/+82
2009-04-28gallium: Update the drm_api.Thomas Hellstrom1-1/+18
2009-04-17pipe: Get the p_atomic_dec_zero logic right this time.José Fonseca1-3/+2
2009-04-17gallium: Fix PIPE_ATOMIC_GCC_INTRINSIC build.Michel Dänzer1-2/+2
2009-04-17pipe: Fix InterlockedDecrement usage.José Fonseca1-1/+1
2009-04-17gallium: simplify further the logic for selecting mutex implementationKeith Whitwell1-53/+24
2009-04-17gallium: add #warning to mutex-based atomic implementationKeith Whitwell1-0/+1
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2-1/+35
2009-04-10gallium: remove pipe_texture::compressed fieldBrian Paul1-1/+0
2009-04-09gallium: comments for surface_copy(), surface_fill() in p_context.hBrian Paul1-2/+9
2009-04-09gallium: change // comment to /* */ styleBrian Paul1-1/+1
2009-04-09gallium: updated comments in p_screen.hBrian Paul1-4/+6
2009-04-09gallium: Use "flags" consistently.José Fonseca1-2/+2
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer2-4/+21
2009-03-31gallium: Move pf_is_depth_stencil to p_format.h.José Fonseca1-0/+7
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2-10/+0
2009-03-25Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith3-9/+32
2009-03-23gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer1-2/+10
2009-03-21gallium: remove remaining references to origin_lower_leftKeith Whitwell1-1/+0