summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix the front face semanticsZack Rusin2009-07-011-1/+2
* gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca2009-06-303-7/+18
* gallium: added PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul2009-06-261-0/+1
* gallium: Avoid atomic ops / locking when src is dst.José Fonseca2009-06-161-14/+14
* gallium: Ensure assert macro is defined before being used in p_thread.hJosé Fonseca2009-06-151-0/+1
* gallium: Fix segfault and valgrind error introduced with commit 3f2e006b75970...Thomas Hellstrom2009-06-151-1/+5
* gallium: New pf_is_depth_and_stencil / pf_is_depth_or_stencil inlines.José Fonseca2009-06-111-1/+11
* gallium: Shorthand functions for computing stride and sizes for a rect.José Fonseca2009-06-101-0/+12
* gallium: Add a dri1 apiThomas Hellstrom2009-04-281-0/+82
* gallium: Update the drm_api.Thomas Hellstrom2009-04-281-1/+18
* pipe: Get the p_atomic_dec_zero logic right this time.José Fonseca2009-04-171-3/+2
* gallium: Fix PIPE_ATOMIC_GCC_INTRINSIC build.Michel Dänzer2009-04-171-2/+2
* pipe: Fix InterlockedDecrement usage.José Fonseca2009-04-171-1/+1
* gallium: simplify further the logic for selecting mutex implementationKeith Whitwell2009-04-171-53/+24
* gallium: add #warning to mutex-based atomic implementationKeith Whitwell2009-04-171-0/+1
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-152-1/+35
* gallium: remove pipe_texture::compressed fieldBrian Paul2009-04-101-1/+0
* gallium: comments for surface_copy(), surface_fill() in p_context.hBrian Paul2009-04-091-2/+9
* gallium: change // comment to /* */ styleBrian Paul2009-04-091-1/+1
* gallium: updated comments in p_screen.hBrian Paul2009-04-091-4/+6
* gallium: Use "flags" consistently.José Fonseca2009-04-091-2/+2
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-042-4/+21
* gallium: Move pf_is_depth_stencil to p_format.h.José Fonseca2009-03-311-0/+7
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-262-10/+0
* Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith2009-03-253-9/+32
* gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer2009-03-231-2/+10
* gallium: remove remaining references to origin_lower_leftKeith Whitwell2009-03-211-1/+0
* gallium: Explain what happens if buffer_flush_mapped_range isn't called.José Fonseca2009-03-201-0/+7
* pipe/atomic: dont use ms interlock calls from gccKeith Whitwell2009-03-181-1/+2
* pipe/atomic: clean up #ifdef mazeKeith Whitwell2009-03-181-17/+135
* gallium: Use `_new' name, `new' is a reserved keyword in C++.Michal Krol2009-03-171-9/+9
* gallium: Provide unprotected atomic implementation for display and miniport i...Michal Krol2009-03-171-1/+15
* gallium: Implement atomic for MSVC on x86.Michal Krol2009-03-161-1/+65
* gallium: Implement atomic interface for windows user mode subsystem.Michal Krol2009-03-161-1/+35
* gallium: Use macro parameter names consistently.Michal Krol2009-03-161-10/+10
* gallium: pipe_mutex_init() is of type void.Michal Krol2009-03-162-5/+2
* gallium: Include p_compiler.h for integer types.Michal Krol2009-03-161-1/+1
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-161-6/+7
* gallium: Add simple atomic class api.Thomas Hellstrom2009-03-161-0/+154
* gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell2009-03-131-3/+9
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-1/+0
* tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal.Michal Krol2009-03-101-3/+3
* gallium: Fix p_refcnt.h for C++ compilers.Michel Dänzer2009-03-091-0/+3
* gallium: Use consistent semantics for map ranges in gallium.José Fonseca2009-03-042-12/+20
* gallium: Ensure map ranges are valid.José Fonseca2009-03-041-0/+4
* Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca2009-03-046-139/+126
|\
| * gallium: Unify reference counting.Michel Dänzer2009-03-045-138/+125
| * st/drm: s/hocks/hooks/Jakob Bornecrantz2009-03-031-1/+1
* | gallium: Massage the interface to more closely resemble ARB_map_buffer_rangeJosé Fonseca2009-03-032-71/+36
* | Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca2009-03-031-0/+1
|\ \ | |/