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-07-04
missed piece of merge
gallium-0.1-dri2
Alan Hourihane
1
-0
/
+2
2008-07-04
disable egl_xlib for now
Alan Hourihane
1
-1
/
+1
2008-07-04
gallium: handle msaa
Roland Scheidegger
1
-3
/
+3
2008-07-04
Check in SwapBuffers for any new pending dri2 events
Alan Hourihane
1
-2
/
+5
2008-07-04
Fix build problem
Alan Hourihane
1
-1
/
+1
2008-07-04
remove obsolete code
Alan Hourihane
1
-70
/
+0
2008-07-04
add DRI2 changes on new gallium-0.1-dri2 branch
Alan Hourihane
46
-3315
/
+6115
2008-07-04
scons: Enable gcc SSE2 intrinsics on x86.
José Fonseca
1
-1
/
+6
2008-07-03
mesa: added _vbo_VertexAttrib4f()
Brian Paul
2
-0
/
+9
2008-07-03
mesa: fix incorrect array size, added assertion
Brian Paul
1
-1
/
+2
2008-07-03
mesa: fix array storage allocation bug
Brian Paul
1
-0
/
+8
2008-07-03
mesa: regenerated file
Brian Paul
1
-761
/
+763
2008-07-03
mesa: additional vec4 constructor
Brian Paul
1
-0
/
+8
2008-07-03
mesa: fix various error codes
Brian Paul
1
-94
/
+144
2008-07-03
mesa: fix some error codes in _mesa_ShaderSourceARB()
Brian Paul
1
-4
/
+4
2008-07-03
mesa: fix problem freeing framebuffer/renderbuffer objects
Brian Paul
3
-4
/
+62
2008-07-03
gallium: added a4r4g4b4_put_tile_rgba()
Brian Paul
1
-0
/
+31
2008-07-03
mesa: added case for fixed pt
Brian Paul
1
-0
/
+5
2008-07-03
gallium: increase TGSI interpreter's number of temp registers to 64
Brian Paul
2
-24
/
+28
2008-07-03
gallium: move, increase ST_MAX_SHADER_TOKENS
Brian Paul
2
-3
/
+7
2008-07-03
gallium: increase TGSI_EXEC_MAX_COND_NESTING, etc
Brian Paul
1
-3
/
+3
2008-07-03
gallium: fix surface memleak in bitmap code
Brian Paul
1
-0
/
+5
2008-07-03
pipebuffer: Silent warnings.
José Fonseca
1
-0
/
+4
2008-07-03
Support conversion of YUV surfaces.
José Fonseca
1
-13
/
+55
2008-07-03
gallium: Don't forget to get overllaping blits working again.
José Fonseca
1
-0
/
+1
2008-07-03
i915: EGL almost works again
Jakob Bornecrantz
6
-40
/
+67
2008-07-03
egl: Fix demodriver
Jakob Bornecrantz
1
-11
/
+11
2008-07-03
gallium: Use surface_copy for 1:1 blits.
José Fonseca
1
-0
/
+10
2008-07-03
scons: Add a env.CodeGenerate method to simplify code generation via python s...
José Fonseca
1
-3
/
+69
2008-07-02
mesa: fix vertex array validation test for attribute 0 (vert pos)
Brian Paul
1
-8
/
+12
2008-07-02
gallium: replace an assertion with "if (!texobj) continue"
Brian Paul
1
-1
/
+2
2008-07-02
gallium: fix a bug in vertex program output mapping
Brian Paul
1
-9
/
+24
2008-07-02
gallium: nr_attrs was off by one, updated comments, minor code movement
Brian Paul
1
-2
/
+4
2008-07-02
mesa: additional GLSL built-in constants
Brian Paul
2
-13
/
+20
2008-07-02
mesa: when linking a shader program, make sure all the shaders compiled OK
Brian Paul
1
-0
/
+8
2008-07-02
mesa: added some debug code (disabled)
Brian Paul
2
-0
/
+9
2008-07-02
mesa: fix error codes in _mesa_shader_source(), _mesa_get_shader_source()
Brian Paul
1
-2
/
+12
2008-07-02
mesa: regenerated file
Brian Paul
1
-152
/
+163
2008-07-02
mesa: added some missing equal() notEqual() intrinsics
Brian Paul
1
-0
/
+33
2008-07-02
mesa: disable some debug assertions
Brian Paul
1
-0
/
+5
2008-07-02
mesa: regenerated files
Brian Paul
2
-20
/
+35
2008-07-02
mesa: fix all(bvec2) function typo, add missing bvec2/3/4() constuctors
Brian Paul
2
-1
/
+39
2008-07-02
gallium: replace 128 with MAX_LABELS
Brian Paul
2
-2
/
+4
2008-07-02
mesa: added _mesa_print_swizzle() debugging helper
Brian Paul
2
-0
/
+16
2008-07-02
mesa: fix issues around multisample enable
Roland Scheidegger
6
-4
/
+22
2008-07-02
gallium: Allow draw module to work on non-x86 platforms again.
Michel Dänzer
1
-0
/
+2
2008-07-02
pipebuffer: Debug buffer manager to detect buffer under- and overflows.
José Fonseca
4
-1
/
+309
2008-07-02
pipebuffer: Verify usage flag consistency. Minor cleanups.
José Fonseca
8
-17
/
+43
2008-07-01
mesa: fix a GLSL vector subscript/writemask bug
Brian Paul
1
-47
/
+90
2008-07-01
mesa: move some functions
Brian Paul
1
-99
/
+99
[next]