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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-30
mesa: revert accidental chandes to test programs
st-vbo
Keith Whitwell
2
-2
/
+1
2009-06-30
mesa: better initial value for varying_vp_inputs
Keith Whitwell
1
-1
/
+1
2009-06-30
st_vbo: update some comments
Keith Whitwell
1
-8
/
+5
2009-06-30
st_vbo: move decl down to save code
Keith Whitwell
4
-2
/
+4
2009-06-30
st_vbo: cleaner initialization for map_vp_none
Keith Whitwell
1
-3
/
+2
2009-06-30
progs/isosurf: add materials mode for glVertex + TRISTRIP
Keith Whitwell
1
-5
/
+20
2009-06-30
mesa: remove whitespace
Keith Whitwell
1
-108
/
+108
2009-06-30
mesa: remove dead constant pointsize code from ffvertex_prog.c
Keith Whitwell
1
-17
/
+0
2009-06-30
mesa: remove dead vertex fog code from ffvertex_prog.c
Keith Whitwell
1
-84
/
+3
2009-06-30
mesa: fix material inputs in ffvertex_prog.c
Keith Whitwell
1
-39
/
+15
2009-06-30
st_vbo: return VP_NONE from get_program_mode() if running fixed-func vertex p...
Keith Whitwell
1
-0
/
+2
2009-06-30
st_vbo: import fix for bind_array_obj
Keith Whitwell
1
-1
/
+4
2009-06-30
st_vbo: fix crash in vbo_exec_bind_arrays()
Keith Whitwell
1
-0
/
+1
2009-06-30
st_vbo: s/32/VERT_ATTRIB_MAX
Keith Whitwell
1
-2
/
+2
2009-06-30
st_vbo: remove duplicate check for out-of-vertex-space
Keith Whitwell
1
-7
/
+1
2009-06-30
st_vbo: reduce debug
Keith Whitwell
1
-9
/
+3
2009-06-30
st_vbo: avoid unnecessary buffer map/unmaps
Keith Whitwell
2
-19
/
+11
2009-06-30
st_vbo: use an explicit flag for choke_prim
Keith Whitwell
3
-2
/
+11
2009-06-30
st_vbo: turn off debug
Keith Whitwell
1
-6
/
+7
2009-06-30
st_vbo: fix flush on statechange behaviour
Keith Whitwell
1
-1
/
+3
2009-06-30
st_vbo: turn down debug volume
Keith Whitwell
2
-7
/
+9
2009-06-30
st_vbo: fix crash in isosurf+TRIANGLES+material
Keith Whitwell
1
-0
/
+6
2009-06-30
st_vbo: samples/point works
Keith Whitwell
3
-9
/
+15
2009-06-30
st_vbo: trivial/lineloop works
Keith Whitwell
1
-0
/
+2
2009-06-30
st_vbo: trivial/trifan works
Keith Whitwell
1
-1
/
+1
2009-06-30
st_vbo: trivial/quad,quadstrip work
Keith Whitwell
1
-4
/
+4
2009-06-30
st_vbo: trivial/tristrip works
Keith Whitwell
1
-5
/
+5
2009-06-30
st_vbo: first triangle
Keith Whitwell
3
-30
/
+61
2009-06-30
st/vbo: increment dest pointer after emitting vert
Keith Whitwell
1
-82
/
+86
2009-06-30
st/vbo: runs trivial/tri without crashing
Keith Whitwell
11
-588
/
+618
2009-06-30
st/vbo: wip new code for immediate vertex handling
Keith Whitwell
1
-0
/
+571
2009-06-30
st/vbo: whitespace
Keith Whitwell
14
-266
/
+266
2009-06-30
st/vbo: clone vbo module and rename structs to st_vbo
Keith Whitwell
24
-26
/
+5351
2009-06-30
identity: Create a drm_api wrapper
Jakob Bornecrantz
5
-1
/
+230
2009-06-30
drm/st: Return drm_api struct from a function
Jakob Bornecrantz
23
-59
/
+102
2009-06-29
softpipe: use shadow_compare4() to compare texcoord to four texture samples
Brian Paul
1
-12
/
+78
2009-06-29
softpipe: pass sampler state to shadow_compare()
Brian Paul
1
-19
/
+17
2009-06-29
nouveau: Expect right params to tex_transfer_destroy().
Younes Manton
1
-1
/
+1
2009-06-29
nouveau: Turn off debug cannon.
Younes Manton
1
-2
/
+1
2009-06-29
intel: Enable EXT_gpu_program_parameters.
Eric Anholt
1
-0
/
+2
2009-06-29
Merge branch 'mesa_7_5_branch'
Brian Paul
1
-1
/
+1
2009-06-29
gallium/draw: sketch out some missing pointcoord code
Brian Paul
1
-1
/
+11
2009-06-29
st/mesa: enable GL_ARB_framebuffer_object
Brian Paul
1
-0
/
+6
2009-06-29
mesa: check for ARB_framebuffer_object for GL_TEXTURE_STENCIL_SIZE_EXT query
Brian Paul
1
-1
/
+2
2009-06-29
mesa: alphabetize lines
Brian Paul
1
-1
/
+1
2009-06-29
intel: added null ptr check
Brian Paul
1
-1
/
+1
2009-06-29
Revert "intel: Remove unneded pthread mutex in LOCK_HARDWARE."
Eric Anholt
1
-1
/
+8
2009-06-29
intel: Move note_unlock() implementation to the one place it's needed.
Eric Anholt
6
-26
/
+2
2009-06-29
intel: Remove unneded pthread mutex in LOCK_HARDWARE.
Eric Anholt
1
-6
/
+0
2009-06-29
intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.
Eric Anholt
5
-47
/
+19
[next]