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
2009-09-13
gs: geometry shaders are working
arb_geometry_shader4
Zack Rusin
3
-11
/
+27
2009-09-12
gs: primitive id is also not an array
Zack Rusin
1
-0
/
+1
2009-09-12
gs: make sure the number of outputs and position location are correct
Zack Rusin
11
-15
/
+37
2009-09-12
gs: figure out the position location in gs outputs
Zack Rusin
1
-0
/
+10
2009-09-12
gs: fix a typo
Zack Rusin
1
-1
/
+1
2009-09-12
gs: propagate texture samplers to the geometry shader
Zack Rusin
1
-1
/
+3
2009-09-12
gs: adjust the draw public api a bit to account for geometry shaders
Zack Rusin
14
-62
/
+79
2009-09-12
gs: redo input swizzling for geometry shaders in the draw module
Zack Rusin
1
-33
/
+43
2009-09-06
gs: gets us a step closer to the correct linking semantics
Zack Rusin
2
-4
/
+45
2009-09-05
gs: lots of improvements to the linking code
Zack Rusin
6
-76
/
+389
2009-09-02
Merge commit 'origin/master' into arb_geometry_shader4
Zack Rusin
988
-36683
/
+102524
2009-09-01
st/xorg: fold back the helper function into core
Zack Rusin
1
-42
/
+32
2009-09-01
st/xorg: start rendering and compositing pictures
Zack Rusin
3
-71
/
+185
2009-09-01
ARB prog parser: Fix handling of stateOptModMatNum
Ian Romanick
2
-203
/
+203
2009-09-01
tgsi: remove redundant CND0 opcode
Keith Whitwell
9
-31
/
+3
2009-09-01
scons: Tool for LLVM. Gracefully disable llvmpipe if LLVM not found.
José Fonseca
3
-9
/
+92
2009-09-01
trace: Don't set surface_[fill|copy] if not set on pipe
Jakob Bornecrantz
1
-2
/
+4
2009-09-01
r300g: Fix clear issue on r300
Cooper Yuan
1
-3
/
+3
2009-09-01
radeon: fix r100/r200 polygon stipple under kms
Dave Airlie
8
-29
/
+62
2009-09-01
r100: fixup cubemap domains
Dave Airlie
1
-1
/
+1
2009-08-31
xlib: plug in more meta functions, if TEST_META_FUNCS is set
Brian Paul
1
-13
/
+15
2009-08-31
mesa: implement GL_DEPTH_BUFFER_BIT for _mesa_meta_blit_framebuffer()
Brian Paul
2
-25
/
+96
2009-08-31
mesa: disable another debug test
Brian Paul
1
-1
/
+1
2009-08-31
mesa: make verts[] arrays local vars
Brian Paul
1
-101
/
+98
2009-09-01
r200: emit cube for kms correctly + fix tex emit reset
Dave Airlie
2
-2
/
+4
2009-08-31
xlib: option to enable/test meta functions (disabled)
Brian Paul
3
-4
/
+22
2009-08-31
mesa: implement depth/stencil formats for meta glDrawPixels
Brian Paul
1
-34
/
+229
2009-08-31
mesa: remove accidentally commited debug/disabled code
Brian Paul
1
-2
/
+2
2009-08-31
mesa: added _mesa_is_stencil_format()
Brian Paul
2
-0
/
+19
2009-08-31
progs/samples: added test/debug code for culling
Brian Paul
1
-0
/
+6
2009-08-31
swrast: fix selection/feedback regression
Brian Paul
1
-1
/
+1
2009-08-31
mesa: debug printf for KIL
Brian Paul
1
-0
/
+5
2009-08-31
progs/tests: disable depth test for second glDrawPixels
Brian Paul
1
-1
/
+5
2009-08-31
swrast: can't use deferred texture/shading if using KIL instruction
Brian Paul
1
-0
/
+3
2009-09-01
r300/compiler: fix warning due to no newline
Dave Airlie
1
-1
/
+2
2009-09-01
r200: emit max vtx info for index buffer.
Dave Airlie
3
-0
/
+12
2009-09-01
i915g: Implement new winsys
Jakob Bornecrantz
16
-1036
/
+714
2009-09-01
i915g: Switch from pipe_winsys to intel_winsys
Jakob Bornecrantz
16
-340
/
+294
2009-09-01
i915g: Add header file for new winsys interface
Jakob Bornecrantz
1
-0
/
+219
2009-09-01
i915g: Add new buffer code not yet hocked up
Jakob Bornecrantz
4
-0
/
+169
2009-09-01
st/xorg: Fix crash in MPH
Jakob Bornecrantz
1
-1
/
+1
2009-09-01
radeon: Fix null pointer reference in debug system if no context is bind.
Pauli Nieminen
1
-3
/
+6
2009-08-31
r600: Add more trace debug output to rendering pipeline.
Pauli Nieminen
1
-0
/
+10
2009-08-31
radeon: Add support for indenting debug output.
Pauli Nieminen
5
-3
/
+67
2009-08-31
radeon: Add comment warning about not choosing critical debug level.
Pauli Nieminen
1
-0
/
+3
2009-08-31
radeon: Change default debug level to verbose.
Pauli Nieminen
1
-1
/
+1
2009-08-31
r300: Convert to shared debug code.
Pauli Nieminen
10
-51
/
+66
2009-08-31
r200: Convert r200 to use new style debug code.
Pauli Nieminen
12
-106
/
+73
2009-08-31
r600: Convert to shared debug code and add a few new debug messages.
Pauli Nieminen
14
-173
/
+141
2009-08-31
radeon: Make OQ to use new style debugging.
Pauli Nieminen
1
-11
/
+12
[next]