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-23
draw: clean up internal immediates in aos sse
Keith Whitwell
3
-24
/
+55
2008-05-23
draw: fse works with elts, remove assert
Keith Whitwell
1
-8
/
+2
2008-05-23
rtasm: remove debug
Keith Whitwell
1
-2
/
+0
2008-05-23
draw: when preloading args to x87 stack, need to use reverse order
Keith Whitwell
1
-7
/
+11
2008-05-23
draw: avoid a pointless mov in many sse opcodes
Keith Whitwell
1
-31
/
+63
2008-05-23
draw: fix x87_ex2 and partially fix lit insn
Keith Whitwell
1
-56
/
+56
2008-05-23
draw: fix fpu control word manipulations
Keith Whitwell
1
-13
/
+20
2008-05-23
draw: fix vs aos internal/machine state
Keith Whitwell
2
-5
/
+63
2008-05-23
draw: add viewport to varient state
Keith Whitwell
6
-6
/
+84
2008-05-23
rtasm: add x87 instructions and debug-check for x87 stack usage
Keith Whitwell
2
-2
/
+138
2008-05-23
vp-tris: use test name as window name
Keith Whitwell
1
-1
/
+1
2008-05-23
draw: add aos vertex shader varient
Keith Whitwell
6
-0
/
+2247
2008-05-23
draw: mark varient functions as PIPE_CDECL
Keith Whitwell
1
-9
/
+21
2008-05-23
translate: mark functions as PIPE_CDECL
Keith Whitwell
3
-30
/
+24
2008-05-23
gallium: define PIPE_CDECL calling convention, which really is cdecl everywhere
Keith Whitwell
1
-3
/
+18
2008-05-23
rtasm: export debug reg print function
Keith Whitwell
2
-11
/
+12
2008-05-23
translate: remove spurious comment
Keith Whitwell
1
-7
/
+1
2008-05-23
rtasm: remove unused struct member
Keith Whitwell
1
-1
/
+0
2008-05-23
draw: create specialized vs varients incorporating fetch & emit
Keith Whitwell
9
-2
/
+764
2008-05-23
draw: move some state into a new 'vs' area
Keith Whitwell
15
-47
/
+75
2008-05-23
draw: get rid of fetch-shade-emit frontend hack
Keith Whitwell
5
-694
/
+0
2008-05-23
draw: remove disabled non-sse swizzle code
Keith Whitwell
1
-49
/
+1
2008-05-19
Merge commit 'origin/gallium-0.1' into gallium-vertex-linear
Zack Rusin
81
-3017
/
+2557
2008-05-19
if x86_get_func() returns NULL, handle it properly instead of aborting
Brian Paul
2
-1
/
+8
2008-05-19
fix program delete/refcount bug
Brian Paul
1
-1
/
+3
2008-05-19
Fix program refcounting assertion failure during context tear-down
Brian Paul
1
-22
/
+24
2008-05-18
print vertex.attrib[n] (from master)
Brian Paul
1
-3
/
+19
2008-05-18
Fix some bugs in material, depth range state
Brian Paul
1
-4
/
+4
2008-05-18
Regenerated API dispatch files
Brian Paul
12
-1486
/
+1116
2008-05-18
alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)
Brian Paul
7
-244
/
+132
2008-05-17
cosmetic changes
Zack Rusin
1
-3
/
+2
2008-05-17
fix rsq
Zack Rusin
1
-3
/
+3
2008-05-17
fix abs and start on rsq
Zack Rusin
4
-20
/
+58
2008-05-17
do the lit (some artifacts present)
Zack Rusin
4
-14
/
+40
2008-05-17
implement min/max and abstract ops on vectors
Zack Rusin
4
-11
/
+100
2008-05-17
llvm: implement sub and abs
Zack Rusin
5
-17
/
+67
2008-05-17
fix injections of functions from builtins into shaders
Zack Rusin
2
-10
/
+11
2008-05-17
move the swizzling code to gallivm in preperation for code-generating it
Zack Rusin
5
-194
/
+201
2008-05-17
gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()
Brian Paul
11
-57
/
+137
2008-05-17
gallium: remove deprecated format names
Brian Paul
1
-8
/
+0
2008-05-17
s/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/
Brian Paul
3
-5
/
+5
2008-05-16
gallium: release textures during context tear-down (fix mem leak)
Brian Paul
1
-0
/
+4
2008-05-16
gallium: ref counting clean-ups
Brian Paul
1
-8
/
+5
2008-05-16
mesa: call glutDestroyWindow() on exit to help find mem leaks
Brian Paul
2
-2
/
+8
2008-05-16
bring in fixes/changes from master
Brian Paul
1
-5
/
+14
2008-05-16
Fix a program refcounting error, don't share program parameter lists.
Brian Paul
2
-41
/
+20
2008-05-16
fix an attr/src mix-up when setting-up/binding vertex arrays
Brian Paul
2
-5
/
+7
2008-05-14
fix parsing of state.texenv.color (bug 14931)
Brian Paul
2
-2
/
+4
2008-05-14
Consolidate texture fetch code and use partial derivatives when possible.
Brian Paul
3
-68
/
+71
2008-05-14
mesa: fix InfoLog memleak, misc sync with master
Brian Paul
1
-4
/
+8
[prev]
[next]