Merge branch 'mesa_7_6_branch'
[mesa.git] / src / gallium / include / pipe /
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-21 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-19 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-13 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-13 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-11 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-10 Jerome GlisseMerge commit 'origin/master' into radeon-rewrite
2009-05-07 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-05 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-05 Brian Paulgallium: remove redundant cube face #defines
2009-04-22 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-17 José Fonsecapipe: Get the p_atomic_dec_zero logic right this time.
2009-04-17 Michel Dänzergallium: Fix PIPE_ATOMIC_GCC_INTRINSIC build.
2009-04-17 José Fonsecapipe: Fix InterlockedDecrement usage.
2009-04-17 Keith Whitwellgallium: simplify further the logic for selecting mutex...
2009-04-17 Keith Whitwellgallium: add #warning to mutex-based atomic implementation
2009-04-17 Brian PaulMerge branch 'register-negate'
2009-04-16 José FonsecaMerge branch 'gallium-s3tc'
2009-04-15 Thomas Hellstromgallium: Make sure we flush before some texture / buffe...
2009-04-10 Alex DeucherMerge branch 'radeon-rewrite' of git+ssh://agd5f@git...
2009-04-10 Brian Paulgallium: remove pipe_texture::compressed field
2009-04-10 Brian Paulgallium: comments for surface_copy(), surface_fill...
2009-04-09 Brian Paulgallium: change // comment to /* */ style
2009-04-09 Brian Paulgallium: updated comments in p_screen.h
2009-04-09 José Fonsecagallium: Use "flags" consistently.
2009-04-09 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-04 Michel Dänzergallium: Clean up driver clear() interface.
2009-03-31 José Fonsecagallium: Move pf_is_depth_stencil to p_format.h.
2009-03-26 Michel Dänzergallium: Remove some little-used fields from struct...
2009-03-25 Alan CoopersmithAdd #ifdefs needed to compile Gallium on Solaris with...
2009-03-23 Michel Dänzergallium: Remove remnants of reference counting internal...
2009-03-23 Dave AirlieMerge branch 'radeon-fbo-hacking' into radeon-rewrite
2009-03-22 Dave AirlieMerge remote branch 'origin/master' into HEAD
2009-03-21 Keith Whitwellgallium: remove remaining references to origin_lower_left
2009-03-20 José Fonsecagallium: Explain what happens if buffer_flush_mapped_ra...
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-18 Keith Whitwellpipe/atomic: dont use ms interlock calls from gcc
2009-03-18 Keith Whitwellpipe/atomic: clean up #ifdef maze
2009-03-17 Michal Krolgallium: Use `_new' name, `new' is a reserved keyword...
2009-03-17 Michal Krolgallium: Provide unprotected atomic implementation...
2009-03-16 Michal Krolgallium: Implement atomic for MSVC on x86.
2009-03-16 Michal Krolgallium: Implement atomic interface for windows user...
2009-03-16 Michal Krolgallium: Use macro parameter names consistently.
2009-03-16 Michal Krolgallium: pipe_mutex_init() is of type void.
2009-03-16 Michal Krolgallium: Include p_compiler.h for integer types.
2009-03-16 Thomas Hellstromgallium: Use struct pipe_atomic for pipe refcounts.
2009-03-16 Thomas Hellstromgallium: Add simple atomic class api.
2009-03-13 Keith Whitwellgallium: consolidate bypass_vs and bypass_clipping...
2009-03-13 Jakob Bornecrantzgallium: Remove do_flip argument from surface_copy
2009-03-10 Michal Kroltgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes...
2009-03-09 Michel Dänzergallium: Fix p_refcnt.h for C++ compilers.
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 José Fonsecagallium: Use consistent semantics for map ranges in...
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 José Fonsecagallium: Ensure map ranges are valid.
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 Michel Dänzergallium: Unify reference counting.
2009-03-03 José Fonsecagallium: Massage the interface to more closely resemble...
2009-03-03 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-02 José Fonsecagallium: New PIPE_BUFFER_USAGE_DONTBLOCK flag.
2009-03-02 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-02-25 Benjamin Closegallium: Add support for BSD operating systems, tested...
2009-02-24 José Fonsecagallium: Allow to specify how much will be read / was...
2009-02-24 José Fonsecagallium: Add pipe_buffer_write/read inlines.
2009-02-23 Alan Hourihanegallium: add winsys interface for viewport changes...
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-23 José Fonsecagallium: Define PIPE_PRIM_MAX.
2009-02-18 Michel Dänzergallium: Add pipe_transfer_reference().
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-18 José Fonsecautil: Move p_debug.h into util module.
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-10 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-10 Michal Krolgallium: Rename Size member of TGSI token to NrTokens.
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-06 Corbin SimpsonMerge branch 'gallium-0.2-radeon' into gallium-0.2
2009-02-05 Michel Dänzergallium: No longer allow CPU mapping surfaces directly.
2009-02-05 Brian Paulgallium: fixup #includes: p_screen.h does not need...
2009-02-05 Brian Paulgallium: move 'struct pipe_winsys'
2009-02-03 Zack Rusingallium: remove pipe_buffer from surfaces
2009-02-02 Keith WhitwellMerge branch 'gallium-wgl-rework' into gallium-0.2
2009-02-02 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2009-02-01 Zack RusinMerge branch 'gallium-winsys-private' into gallium-0.2
2009-01-30 Zack Rusingallium: add a convience wrapper for simple screens
2009-01-30 Zack Rusingallium: make p_winsys internal
2009-01-30 José FonsecaMerge branch 'gallium-0.2' into gallium-winsys-private
2009-01-30 José FonsecaMerge branch 'gallium-0.2' into gallium-winsys-private
2009-01-30 Zack Rusingallium: give the screen priority when it comes to...
2009-01-27 Zack Rusingallium: remove redundant size from the constant buffer
2009-01-27 Zack Rusingallium: it's a reference value, not a reference number
next