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
2008-05-27
softpipe: enable vbuf by default
gallium-vertex-linear
Keith Whitwell
1
-3
/
+5
2008-05-27
draw: reset stipple counter whenever non-line prim encountered
Keith Whitwell
1
-2
/
+18
2008-05-27
draw: support psize in vs_varient paths
Keith Whitwell
6
-50
/
+71
2008-05-27
draw: add disabled debug code
Keith Whitwell
2
-2
/
+41
2008-05-27
draw: ensure vs outputs mapped correctly to vinfo attribs
Keith Whitwell
3
-10
/
+13
2008-05-27
draw: fix ABS aliasing bug
Keith Whitwell
1
-4
/
+5
2008-05-27
draw: explicitly list nr_inputs, outputs in varient key
Keith Whitwell
5
-15
/
+21
2008-05-27
draw: remove dead file
Keith Whitwell
1
-705
/
+0
2008-05-27
draw: Fixed typo in draw_pt_varray and added comments
Jakob Bornecrantz
1
-3
/
+3
2008-05-27
draw: Fix for EMIT_4UB case
Jakob Bornecrantz
1
-1
/
+4
2008-05-27
draw: hook up viewport / rhw emit to varient key state
Keith Whitwell
3
-19
/
+53
2008-05-27
draw: restore extras path in draw_pt_vcache.c, keep pipeline flags out of non...
Keith Whitwell
1
-52
/
+65
2008-05-27
draw: dump individual instructions as they are processed
Keith Whitwell
1
-2
/
+24
2008-05-27
tgsi: export utils for dumping individual instructions
Keith Whitwell
2
-12
/
+30
2008-05-27
draw: fix writemask/shufps confusion
Keith Whitwell
1
-3
/
+4
2008-05-27
draw: some possible fixes for spilling
Keith Whitwell
1
-12
/
+18
2008-05-27
ffvertex: emit full LIT when attenuating (needs the 1 in X position)
Keith Whitwell
2
-19
/
+32
2008-05-27
ffvertex: don't compute whole eye vector if only eye.z is required
Keith Whitwell
1
-3
/
+27
2008-05-26
draw: defensively flush pipeline backend when setting primitive
Keith Whitwell
1
-0
/
+4
2008-05-26
draw: defensively reset render primitive some more
Keith Whitwell
1
-0
/
+8
2008-05-26
draw: defensively reset render primitive, which can get clobbered by clipping
Keith Whitwell
1
-1
/
+16
2008-05-26
draw: add missing break
Keith Whitwell
1
-0
/
+1
2008-05-26
draw: extend precision in RSQ opcode
Keith Whitwell
2
-21
/
+28
2008-05-26
draw: more aos tweaks
Keith Whitwell
1
-2
/
+24
2008-05-25
draw: slight tweak for XPD opcode
Keith Whitwell
1
-14
/
+7
2008-05-25
draw: remove EXP & LOG from vs_aos.c
Keith Whitwell
1
-81
/
+4
2008-05-25
draw: special case for writing out scalar results
Keith Whitwell
1
-25
/
+102
2008-05-25
draw: clean up some of the xmm register manipulation function names
Keith Whitwell
1
-63
/
+78
2008-05-25
cso: use memcpy rather than structure asignment for copying
Keith Whitwell
1
-5
/
+5
2008-05-25
draw: add viewport support to generic vs varient code
Keith Whitwell
1
-2
/
+41
2008-05-25
draw: fix input vs output typo in emit
Keith Whitwell
1
-1
/
+1
2008-05-24
Revert "mesa: save a temp on normalizes"
Keith Whitwell
1
-4
/
+6
2008-05-24
draw: use lookup tables to avoid calling pow() in LIT opcode
Keith Whitwell
2
-6
/
+272
2008-05-24
mesa: pre-swizzle normal scale state value
Keith Whitwell
2
-3
/
+6
2008-05-24
mesa: evaluate _NeedEyeCoords prior to generating internal vertex shader
Keith Whitwell
1
-12
/
+14
2008-05-24
draw: add a debug-print which can be called from inside generated shaders
Keith Whitwell
2
-0
/
+68
2008-05-24
rtasm: add some helpers for calling out from generated code
Keith Whitwell
2
-3
/
+47
2008-05-23
mesa: save a temp on normalizes
Keith Whitwell
1
-6
/
+4
2008-05-23
mesa: further degenerate the special case lit substitute
Keith Whitwell
1
-9
/
+12
2008-05-23
glapi: fix include path & make build work
Keith Whitwell
1
-1
/
+1
2008-05-23
mesa: don't emit LIT instruction when mat shininess known to be zero
Keith Whitwell
1
-31
/
+102
2008-05-23
draw: faster LIT(), incorrect though
Keith Whitwell
1
-0
/
+6
2008-05-23
mesa: do object-space lighting in ffvertex_prog.c
Keith Whitwell
3
-39
/
+88
2008-05-23
draw: correct but slow LIT() in aos varient
Keith Whitwell
1
-10
/
+9
2008-05-23
draw: tweak x87_emit_ex2 to avoid changing x87 fpu settings
Keith Whitwell
1
-8
/
+9
2008-05-23
draw: use aligned movs within draw_vs_aos.c
Keith Whitwell
1
-5
/
+5
2008-05-23
draw: for debug, do rhw divide in aos_sse viewport calcs
Keith Whitwell
1
-1
/
+44
2008-05-23
draw: shortcircuit shuffle in aos_sse when possible
Keith Whitwell
1
-5
/
+13
2008-05-23
draw: remove FPU_MANIP ifdef
Keith Whitwell
1
-10
/
+1
2008-05-23
draw: clean up masked writes in aos sse, make some xmm function names clearer
Keith Whitwell
1
-154
/
+82
[next]