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-01-18
Remove XIDs from DRI interface (see #5714).
frontbuffer-removal
Kristian Høgsberg
10
-317
/
+209
2007-01-18
nouveau: preliminary nv50 state
Patrice Mandin
2
-0
/
+568
2007-01-18
support as much of GL_EXT_stencil_two_side as we can. untested.
Aapo Tahkola
4
-9
/
+38
2007-01-17
New debug config for linux-dri
Keith Whitwell
1
-0
/
+16
2007-01-17
I965: fix bug#9625-get the correct PV for quardstrip
Xiang, Haihao
3
-1
/
+15
2007-01-17
Fix bug#9673
Xiang, Haihao
1
-4
/
+4
2007-01-16
nouveau: Use the most recent card list.
Stephane Marchesin
1
-84
/
+86
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
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
2007-01-14
nouveau: nv10 blending done, remove nv10Viewport
Patrice Mandin
1
-14
/
+24
2007-01-13
nouveau: update nv10 state
Patrice Mandin
1
-60
/
+56
2007-01-13
nouveau: Add clear color for nv10
Patrice Mandin
1
-1
/
+4
2007-01-13
nv10 has alpha color mask
Patrice Mandin
1
-2
/
+1
2007-01-11
Fix typo from commit 1d312ae0137eb39bf74fac91eb97ed25c289a4ca .
Jerome Glisse
1
-1
/
+1
2007-01-09
Track rename of DamagePost -> DamageAdd.
Eric Anholt
1
-1
/
+1
2007-01-09
put back missing Driver.PolygonMode call (bug 9578)
Roland Scheidegger
1
-0
/
+3
2007-01-09
i915tex: Remove unused tex_program field.
Michel Dänzer
3
-37
/
+0
2007-01-09
intel_finalize_mipmap_tree: Only flush batchbuffer when necessary.
Michel Dänzer
1
-1
/
+5
2007-01-07
Merge branch 'origin'
Keith Packard
1
-1
/
+1
2007-01-08
nouveau: allow the use of multiple subchannels/objects by default.
Ben Skeggs
1
-1
/
+1
2007-01-06
Various warning fixes for i965 driver.
Keith Packard
5
-8
/
+9
2007-01-06
Initialize GL_ARB_occlusion_query only if DRM support is present.
Keith Packard
1
-2
/
+6
2007-01-06
i965: Support linear format in i965.
Haihao Xiang
0
-0
/
+0
2007-01-06
i965: xdemos/glxthreads get: Assertion `block->fenced' failed (9201)
Zou Nan hai
3
-4
/
+18
2007-01-06
i965: Take clip rects into account when computing max prim
Zou Nan hai
1
-1
/
+11
2007-01-06
i965: ARB_occlusion_query support
Wang Zhenyu
4
-1
/
+55
2007-01-06
i965: Avoid branch instructions while in single program flow mode.
Eric Anholt
5
-59
/
+125
2007-01-06
i965: Connect INTEL_DEBUG=sync up to cmd/batch ioctls.
Eric Anholt
1
-2
/
+30
2007-01-06
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
Brian
6
-4
/
+112
2007-01-06
document 32-bit Z line/point fix
Brian
1
-0
/
+1
2007-01-06
Use GLuint instead of GLint to store intermediate Z values. Fixes problems w...
Brian
2
-8
/
+9
2007-01-05
Add reporting of damage by DRI drivers when the extension support is available.
Eric Anholt
6
-4
/
+112
2007-01-05
Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa
Brian
4
-35
/
+17
[next]