index
:
~jbarnes/mesa
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_geometry_shader4
arb_map_buffer_range
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
autoconf
cxx-1-branch
draw-vbuf-interface
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-draw-opti
gallium-i915-current
gallium-llvmpipe
gallium-map-range
gallium-master-merge
gallium-mesa-7.4
gallium-s3tc
gallium-screen-context
gallium-softpipe-winsys
gallium-tex-surfaces
gallium-texture-transfer
gallium-vertex-linear
gallium-wgl-rework
gallium-winsys-private
gallium-xlib-rework
gallium-xorg-driver
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
lp-binning
master
mesa
mesa_20040127_branch
mesa_20040309_branch
mesa_20050114_branch
mesa_3_2_dev
mesa_3_3_texture_env_combine2
mesa_3_4_branch
mesa_4_0_branch
mesa_5_0_branch
mesa_6_0_branch
mesa_6_2_branch
mesa_6_4_branch
mesa_7_0_branch
mesa_7_2_branch
mesa_7_4_branch
mesa_7_4_idr_staging
mesa_7_5_branch
mesa_7_6_branch
new-frag-attribs
openchrome-branch
opengl-es
openvg-1.0
outputswritten64
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
register-negate
softpipe-opt
softpipe-private-winsys
softpipe_0_1_branch
st-vbo
texfilter_float_branch
texformat-rework
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
vbo-0.2
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
Jesse's Mesa development tree
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-10
gallium: Shorthand functions for computing stride and sizes for a rect.
José Fonseca
1
-0
/
+12
2009-06-10
gallium: updated PIPE_CAP_x comments
Brian Paul
1
-3
/
+2
2009-06-05
gallium: Make pipe thread say if it has condvars or not
Jakob Bornecrantz
1
-0
/
+2
2009-05-05
gallium: remove redundant cube face #defines
Brian Paul
1
-8
/
+1
2009-04-28
gallium: Add a dri1 api
Thomas Hellstrom
1
-0
/
+82
2009-04-28
gallium: Update the drm_api.
Thomas Hellstrom
1
-1
/
+18
2009-04-17
pipe: Get the p_atomic_dec_zero logic right this time.
José Fonseca
1
-3
/
+2
2009-04-17
gallium: Fix PIPE_ATOMIC_GCC_INTRINSIC build.
Michel Dänzer
1
-2
/
+2
2009-04-17
pipe: Fix InterlockedDecrement usage.
José Fonseca
1
-1
/
+1
2009-04-17
gallium: simplify further the logic for selecting mutex implementation
Keith Whitwell
1
-53
/
+24
2009-04-17
gallium: add #warning to mutex-based atomic implementation
Keith Whitwell
1
-0
/
+1
2009-04-15
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2
-1
/
+35
2009-04-10
gallium: remove pipe_texture::compressed field
Brian Paul
1
-1
/
+0
2009-04-09
gallium: comments for surface_copy(), surface_fill() in p_context.h
Brian Paul
1
-2
/
+9
2009-04-09
gallium: change // comment to /* */ style
Brian Paul
1
-1
/
+1
2009-04-09
gallium: updated comments in p_screen.h
Brian Paul
1
-4
/
+6
2009-04-09
gallium: Use "flags" consistently.
José Fonseca
1
-2
/
+2
2009-04-04
gallium: Clean up driver clear() interface.
Michel Dänzer
2
-4
/
+21
2009-03-31
gallium: Move pf_is_depth_stencil to p_format.h.
José Fonseca
1
-0
/
+7
2009-03-26
gallium: Remove some little-used fields from struct pipe_surface.
Michel Dänzer
2
-10
/
+0
2009-03-25
Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc
Alan Coopersmith
3
-9
/
+32
2009-03-23
gallium: Remove remnants of reference counting internals outside of p_refcnt.h.
Michel Dänzer
1
-2
/
+10
2009-03-21
gallium: remove remaining references to origin_lower_left
Keith Whitwell
1
-1
/
+0
2009-03-20
gallium: Explain what happens if buffer_flush_mapped_range isn't called.
José Fonseca
1
-0
/
+7
2009-03-18
pipe/atomic: dont use ms interlock calls from gcc
Keith Whitwell
1
-1
/
+2
2009-03-18
pipe/atomic: clean up #ifdef maze
Keith Whitwell
1
-17
/
+135
2009-03-17
gallium: Use `_new' name, `new' is a reserved keyword in C++.
Michal Krol
1
-9
/
+9
2009-03-17
gallium: Provide unprotected atomic implementation for display and miniport i...
Michal Krol
1
-1
/
+15
2009-03-16
gallium: Implement atomic for MSVC on x86.
Michal Krol
1
-1
/
+65
2009-03-16
gallium: Implement atomic interface for windows user mode subsystem.
Michal Krol
1
-1
/
+35
2009-03-16
gallium: Use macro parameter names consistently.
Michal Krol
1
-10
/
+10
2009-03-16
gallium: pipe_mutex_init() is of type void.
Michal Krol
2
-5
/
+2
2009-03-16
gallium: Include p_compiler.h for integer types.
Michal Krol
1
-1
/
+1
2009-03-16
gallium: Use struct pipe_atomic for pipe refcounts.
Thomas Hellstrom
1
-6
/
+7
2009-03-16
gallium: Add simple atomic class api.
Thomas Hellstrom
1
-0
/
+154
2009-03-13
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
1
-3
/
+9
2009-03-13
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
1
-1
/
+0
2009-03-10
tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal.
Michal Krol
1
-3
/
+3
2009-03-09
gallium: Fix p_refcnt.h for C++ compilers.
Michel Dänzer
1
-0
/
+3
2009-03-04
gallium: Use consistent semantics for map ranges in gallium.
José Fonseca
2
-12
/
+20
2009-03-04
gallium: Ensure map ranges are valid.
José Fonseca
1
-0
/
+4
2009-03-04
Merge commit 'origin/master' into gallium-map-range
José Fonseca
6
-139
/
+126
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
5
-138
/
+125
2009-03-03
st/drm: s/hocks/hooks/
Jakob Bornecrantz
1
-1
/
+1
2009-03-03
gallium: Massage the interface to more closely resemble ARB_map_buffer_range
José Fonseca
2
-71
/
+36
2009-03-03
Merge commit 'origin/master' into gallium-map-range
José Fonseca
1
-0
/
+1
2009-03-03
Merge commit 'origin/gallium-0.1'
Keith Whitwell
1
-0
/
+1
2009-03-02
gallium: New PIPE_BUFFER_USAGE_DONTBLOCK flag.
José Fonseca
1
-0
/
+2
2009-03-02
Merge commit 'origin/master' into gallium-map-range
José Fonseca
3
-11
/
+29
2009-02-27
Include p_compiler.h in drm_api.h for boolean typedef.
Corbin Simpson
1
-0
/
+2
[prev]
[next]