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-12-25
gallium: remove TGSI_SEMANTIC_VERTICES
Zack Rusin
1
-3
/
+2
2009-12-25
gallium: geometry shader can be always enabled and we don't need a cap for that
Zack Rusin
1
-1
/
+0
2009-12-25
util: put vertices_per_primitive function in its proper location
Zack Rusin
1
-32
/
+0
2009-12-25
gallium: add an inline that returns number of vertices per primitive
Zack Rusin
1
-0
/
+32
2009-12-25
gallium: add geometry shader support to gallium
Zack Rusin
3
-22
/
+36
2009-12-22
Merge branch 'gallium-edgeflags'
Roland Scheidegger
2
-9
/
+2
2009-12-17
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
1
-134
/
+0
2009-12-17
Merge branch 'master' into pipe-format-simplify
Michal Krol
7
-64
/
+161
2009-12-15
pipe: add PIPE_MAX_TEXTURE_TYPES
Marek Olšák
1
-1
/
+2
2009-12-14
tgsi: add properties and system value register
Zack Rusin
1
-10
/
+28
2009-12-11
gallium: added comment for pipe_reference() return value
Brian Paul
1
-0
/
+1
2009-12-09
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2
-9
/
+2
2009-12-08
gallium: use boolean instead of bool in p_refcnt.h
Roland Scheidegger
1
-3
/
+3
2009-12-08
Merge branch 'gallium-strict-aliasing'
Roland Scheidegger
3
-14
/
+16
2009-12-08
gallium: Make pipe_format a sequential enum.
Michal Krol
1
-294
/
+113
2009-12-08
Remove remaining pipe format utility functions.
Michal Krol
1
-18
/
+0
2009-12-04
gallium: Disable force_align_arg_pointer attribute on x86_64.
José Fonseca
1
-1
/
+1
2009-12-04
Merge branch 'gallium-noblocks'
Roland Scheidegger
2
-79
/
+52
2009-12-03
gallium: fix reference counting functions to be strict-aliasing compliant
Roland Scheidegger
3
-14
/
+16
2009-12-03
Remove pf_swizzle_* internal macros.
Michal Krol
1
-5
/
+0
2009-12-03
gallium: Remove pf_mixed_*().
Michal Krol
1
-11
/
+0
2009-12-03
gallium: Remove pf_rev().
Michal Krol
1
-5
/
+0
2009-12-03
Move pf_get_component_bits() to u_format auxiliary module.
Michal Krol
1
-27
/
+0
2009-12-03
Move pf_get_bits/size() to u_format auxiliary module.
Michal Krol
1
-36
/
+0
2009-12-03
Move pf_get_block() to u_format auxiliary module.
Michal Krol
1
-39
/
+0
2009-12-03
Move pf_is_depth_and_stencil() to u_format auxiliary module.
Michal Krol
1
-7
/
+0
2009-12-03
Move pf_is_depth_stencil() to u_format auxiliary module.
Michal Krol
1
-14
/
+0
2009-12-03
Move pf_is_compressed() to u_format auxiliary module.
Michal Krol
1
-6
/
+0
2009-12-03
gallium: Remove unused format functions.
Michal Krol
1
-38
/
+0
2009-12-02
gallium/util: added PIPE_CC_GCC_VERSION symbol
Brian Paul
1
-0
/
+1
2009-12-01
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
1
-145
/
+23
2009-12-01
gallium: Introduce separate vertex texture/sampler state.
Michal Krol
3
-4
/
+16
2009-11-30
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2
-79
/
+52
2009-11-27
Merge branch 'width0'
Roland Scheidegger
1
-3
/
+3
2009-11-27
gallium: Remove tgsi_version token.
Michal Krol
1
-6
/
+0
2009-11-24
tgsi: reduce repetition of structure name in its members
Keith Whitwell
1
-4
/
+4
2009-11-24
gallium: simplify tgsi tokens further
Keith Whitwell
1
-137
/
+21
2009-11-24
gallium: Refactor the instruction predicate TGSI token.
Michal Krol
1
-10
/
+7
2009-11-19
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
1
-3
/
+3
2009-11-06
gallium: Add UNSYNCHRONIZED cpu access flag. Document others.
José Fonseca
1
-2
/
+57
2009-11-02
gallium: Cleanup predicate and condition code TGSI tokens.
Michal Krol
2
-99
/
+20
2009-10-25
gallium: Move enum pipe_error into p_defines.h.
José Fonseca
2
-65
/
+17
2009-10-23
gallium: remove extended negate also, and also the ExtSwz token
Keith Whitwell
1
-24
/
+0
2009-10-23
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
1
-15
/
+2
2009-10-23
gallium: remove noise opcodes
Keith Whitwell
1
-4
/
+1
2009-10-17
gallium: Permit surface_copy and surface_fill to be NULL.
Corbin Simpson
1
-0
/
+3
2009-10-14
gallium: New ALIGN_STACK macro to tell gcc to align stack pointer.
José Fonseca
1
-0
/
+6
2009-10-02
gallium: Add PIPE_TRANSFER_MAP_DIRECTLY usage flag.
Michel Dänzer
1
-1
/
+12
2009-10-02
gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.
Michel Dänzer
1
-0
/
+16
2009-10-01
g3dvl: Copyright blocks.
Younes Manton
2
-0
/
+54
[next]