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-06-03
draw: Use register names more consistently.
gallium-tex-surfaces
Michal Krol
1
-2
/
+3
2008-06-03
draw: Fix fetch_src(). Resurrect SSE version of DP3.
Michal Krol
1
-37
/
+6
2008-06-02
draw: Fix DP3 implementation by replacing SSE with x87 version.
Michal Krol
1
-1
/
+28
2008-06-02
gallium: Fix log<->cos typo in logf.
José Fonseca
1
-1
/
+1
2008-05-30
sis: Removed useless comment
Jakob Bornecrantz
1
-1
/
+0
2008-05-29
draw: quieten some debug
Keith Whitwell
1
-1
/
+1
2008-05-29
draw: add more switches to turn FSE on/off
Keith Whitwell
2
-2
/
+4
2008-05-29
gallium: MSVC warning fixes.
José Fonseca
5
-11
/
+13
2008-05-29
psb: Make msvc happy.
José Fonseca
1
-3
/
+3
2008-05-29
draw: michal's patch for calling powf... teapot still not quite right
Keith Whitwell
2
-0
/
+47
2008-05-29
draw: better calculation of fetch_count
Keith Whitwell
1
-3
/
+9
2008-05-29
draw: remove printf
Keith Whitwell
1
-2
/
+0
2008-05-29
draw: make sure constant buffer data is aligned before passing to aos.c
Keith Whitwell
8
-13
/
+43
2008-05-29
draw: draw_range_elements trial
Keith Whitwell
13
-17
/
+404
2008-05-29
scons: Remove duplicate entry.
Michal Krol
1
-1
/
+0
2008-05-29
draw: Put PIPE_CDECL in the right places.
José Fonseca
3
-12
/
+12
2008-05-29
draw: share machine
Keith Whitwell
11
-328
/
+412
2008-05-28
draw: enable FSE by default
Keith Whitwell
6
-64
/
+129
2008-05-28
rtasm: special case for [ebp]
Keith Whitwell
1
-1
/
+1
2008-05-28
draw: Use PIPE_CDECL.
José Fonseca
2
-11
/
+11
2008-05-28
scons: Add new files.
José Fonseca
1
-0
/
+3
2008-05-28
scons: List missing files for draw module.
Michal Krol
1
-1
/
+4
2008-05-28
draw: Decorate callbacks with PIPE_CDECL.
Michal Krol
1
-8
/
+8
2008-05-28
tgsi: Observe constness.
José Fonseca
1
-2
/
+2
2008-05-28
translate: Mark functions as PIPE_CDECL.
José Fonseca
1
-2
/
+2
2008-05-28
Merge branch 'gallium-vertex-linear' into gallium-tex-surfaces
Keith Whitwell
53
-588
/
+5495
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
gallium: Always unreference bitmap cache texture before resetting the cache.
Michel Dänzer
1
-4
/
+6
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
gallium: free renderbuffer's old texture in st_renderbuffer_alloc_storage()
Brian Paul
1
-2
/
+3
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
[next]