summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-20gallium: Explain what happens if buffer_flush_mapped_range isn't called.José Fonseca1-0/+7
2009-03-18pipe/atomic: dont use ms interlock calls from gccKeith Whitwell1-1/+2
2009-03-18pipe/atomic: clean up #ifdef mazeKeith Whitwell1-17/+135
2009-03-17gallium: Use `_new' name, `new' is a reserved keyword in C++.Michal Krol1-9/+9
2009-03-17gallium: Provide unprotected atomic implementation for display and miniport i...Michal Krol1-1/+15
2009-03-16gallium: Implement atomic for MSVC on x86.Michal Krol1-1/+65
2009-03-16gallium: Implement atomic interface for windows user mode subsystem.Michal Krol1-1/+35
2009-03-16gallium: Use macro parameter names consistently.Michal Krol1-10/+10
2009-03-16gallium: pipe_mutex_init() is of type void.Michal Krol2-5/+2
2009-03-16gallium: Include p_compiler.h for integer types.Michal Krol1-1/+1
2009-03-16gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom1-6/+7
2009-03-16gallium: Add simple atomic class api.Thomas Hellstrom1-0/+154
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell1-3/+9
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz1-1/+0
2009-03-10tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal.Michal Krol1-3/+3
2009-03-09gallium: Fix p_refcnt.h for C++ compilers.Michel Dänzer1-0/+3
2009-03-04gallium: Use consistent semantics for map ranges in gallium.José Fonseca2-12/+20
2009-03-04gallium: Ensure map ranges are valid.José Fonseca1-0/+4
2009-03-04Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca6-139/+126
2009-03-04gallium: Unify reference counting.Michel Dänzer5-138/+125
2009-03-03st/drm: s/hocks/hooks/Jakob Bornecrantz1-1/+1
2009-03-03gallium: Massage the interface to more closely resemble ARB_map_buffer_rangeJosé Fonseca2-71/+36
2009-03-03Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca1-0/+1
2009-03-03Merge commit 'origin/gallium-0.1'Keith Whitwell1-0/+1
2009-03-02gallium: New PIPE_BUFFER_USAGE_DONTBLOCK flag.José Fonseca1-0/+2
2009-03-02Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca3-11/+29
2009-02-27Include p_compiler.h in drm_api.h for boolean typedef.Corbin Simpson1-0/+2