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
2007-02-02
Merge branch 'vbo-0.2-origin' into vbo-0.2
vbo-0.2
Keith Whitwell
1
-5
/
+7
2007-02-02
Modify assert to reflect rebase criteria
Keith Whitwell
1
-1
/
+9
2007-02-01
fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo.
Roland Scheidegger
1
-5
/
+7
2007-02-01
Correct usage/meaning of max_index parameter.
Keith Whitwell
2
-2
/
+4
2007-02-01
Cope with internally-generated null inputs.
Keith Whitwell
1
-3
/
+6
2007-01-30
Use new rebase helper. Remove other rebase code.
Keith Whitwell
8
-233
/
+185
2007-01-30
Helper for rebasing draw requests where min_index != 0.
Keith Whitwell
3
-0
/
+236
2007-01-30
New tests for the array functions which also provoke rebasing.
Keith Whitwell
7
-0
/
+786
2007-01-25
do not rebase index buffers as it does not work currently (tested with r200 a...
Roland Scheidegger
1
-2
/
+3
2007-01-25
allocate larger minimum dstelt buffer
Roland Scheidegger
1
-1
/
+1
2007-01-25
fix dstelt memory allocation to avoid hash corruption
Roland Scheidegger
1
-1
/
+1
2007-01-25
remove tnl/t_vtx_x86_gcc.S file from sources as it no longer exists
Roland Scheidegger
1
-2
/
+1
2007-01-25
re-fix bug 9062 in vbo code
Roland Scheidegger
1
-0
/
+5
2007-01-18
typo fix. this case still fails.
Aapo Tahkola
1
-1
/
+1
2007-01-18
Fix invalid enums passed to MapBuffer
Aapo Tahkola
1
-1
/
+1
2007-01-18
Fix invalid enums passed to MapBuffer
Aapo Tahkola
3
-4
/
+4
2007-01-16
Don't special-case index, edgeflag.
Keith Whitwell
1
-46
/
+3
2007-01-16
Additional display list tests
Keith Whitwell
4
-1
/
+460
2007-01-16
Merge vbo_0_1_branch
Keith Whitwell
5
-3303
/
+0
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
405
-19202
/
+42357
2007-01-16
Merge branch 'vbo_0_1_branch' into vbo-0.2
Keith Whitwell
19
-464
/
+1382
2007-01-16
Merge branch 'master-merge' into vbo-0.2
Keith Whitwell
0
-0
/
+0
2007-01-15
mesa: Update _Current along Current on fragment program bound.
Jerome Glisse
1
-0
/
+2
2007-01-15
nouveau:nv10: fix setting clip region
Patrice Mandin
1
-1
/
+3
2007-01-15
Remove unused index buffer.
vbo_0_1_branch
Keith Whitwell
2
-10
/
+1
2007-01-15
Don't special-case FOG attribute initialization.
Keith Whitwell
1
-1
/
+0
2007-01-15
Correctly initialize current attribute sizes.
Keith Whitwell
1
-2
/
+9
2007-01-15
Remove debug, reenable inplace splitting.
keithw
4
-25
/
+12
2007-01-15
Split too-large draw commands.
Keith Whitwell
1
-26
/
+102
2007-01-15
Remove special-case handling for index and edgeflag
Keith Whitwell
5
-181
/
+24
2007-01-15
Hook in split functionality
keithw
2
-7
/
+37
2007-01-15
Add vbo_split files
keithw
1
-0
/
+3
2007-01-15
New files to manage splitting drawing commands
keithw
4
-0
/
+1083
2007-01-15
nouveau: Fix a bug in the nv04 swtcl.
Stephane Marchesin
1
-1
/
+1
2007-01-15
nouveau: Add 0x0244 pciid manually for now..
Ben Skeggs
1
-0
/
+1
2007-01-15
nouveau: fail CreateScreen on unknown cards instead of guessing.
Ben Skeggs
2
-3
/
+10
2007-01-15
nouveau: Implement much of the fog handling.
Carlos MartÃn Nieto
2
-6
/
+61
2007-01-14
nouveau: Update nouveau_reg.h from renouveau to the latest version.
Stephane Marchesin
1
-18
/
+212
2007-01-14
nouveau: Make the state cache hierarchical.
Stephane Marchesin
3
-1
/
+15
2007-01-14
nouveau: add the nv04 swtcl module (it's untested for now).
Stephane Marchesin
4
-2
/
+585
2007-01-14
nouveau: Cleanup the nv10 swtcl module.
Stephane Marchesin
1
-58
/
+0
2007-01-14
nouveau: nv10: 16 bits color buffer format
Patrice Mandin
1
-1
/
+1
2007-01-14
Merge branch 'master' of git+ssh://pmandin@git.freedesktop.org/git/mesa/mesa
Patrice Mandin
1
-2
/
+8
2007-01-14
nouveau: nv10: added missing functions
Patrice Mandin
1
-6
/
+85
2007-01-14
r300: Fix vertex program position invariant bug, force position reading.
Jerome Glisse
1
-2
/
+8
2007-01-14
mesa: Update _Current ptr along Current when a new vertex program is bind.
Jerome Glisse
1
-1
/
+3
2007-01-14
nouveau: remove already defined NV15_TCL and NV17_TCL
Patrice Mandin
1
-3
/
+0
2007-01-14
nouveau: import color material r,g,b,a
Patrice Mandin
1
-7
/
+20
2007-01-14
nouveau: nv10: stencil functions
Patrice Mandin
1
-17
/
+28
2007-01-14
nouveau: nv10: currently fails initcard and bindbuffers, till done
Patrice Mandin
1
-2
/
+2
[next]