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-04
Merge branch 'master' into glsl-pp-rework-1
glsl-pp-rework-1
Michal Krol
1151
-56263
/
+135603
2009-09-04
glsl: Handle file tokens in apps/process.
Michal Krol
1
-0
/
+4
2009-09-04
glsl: Handle file numbering.
Michal Krol
5
-3
/
+25
2009-09-04
glsl: Actually respect the hash-line directive.
Michal Krol
1
-0
/
+2
2009-09-04
glsl: Handle line tokens in apps/process.
Michal Krol
1
-0
/
+4
2009-09-04
glsl: Correctly handle line numbering.
Michal Krol
8
-7
/
+81
2009-09-04
glsl: Preserve newline inside comment blocks.
Michal Krol
1
-31
/
+58
2009-09-04
glsl: Implement predefinded macros.
Michal Krol
1
-0
/
+41
2009-09-04
glsl: Implement `line' preprocessor directive.
Michal Krol
4
-1
/
+108
2009-09-04
glsl: Output endof token after processing a directive.
Michal Krol
1
-6
/
+7
2009-09-04
glsl: Handle extension tokens in apps/proces.
Michal Krol
1
-0
/
+16
2009-09-04
glsl: Implement `extension' preprocessor directive.
Michal Krol
5
-0
/
+147
2009-09-04
glsl: Handle pragma tokens in apps/process.
Michal Krol
1
-0
/
+8
2009-09-04
glsl: Implement `pragma' preprocessor directive.
Michal Krol
5
-0
/
+122
2009-09-04
tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP.
Michal Krol
1
-2
/
+12
2009-09-04
glsl: Print out error message in apps/process.
Michal Krol
1
-7
/
+10
2009-09-04
glsl: Implement `error' preprocessor directive.
Michal Krol
6
-0
/
+278
2009-08-27
radeon: fix scissor calcs.
Dave Airlie
1
-15
/
+20
2009-08-26
i965: Increase assmebly shader program parameter limits
Ian Romanick
1
-2
/
+2
2009-08-26
ARB prog: Change handling of program parameter limits
Ian Romanick
4
-28
/
+80
2009-08-27
radeon: fix max indx/vertex emission due to state checker
Dave Airlie
2
-2
/
+4
2009-08-26
mesa: gitignore
Younes Manton
2
-0
/
+2
2009-08-26
nv04: Handle more Z formats.
Younes Manton
1
-0
/
+4
2009-08-27
r300/compiler: Fix vertex program MAD emit
Nicolai Hähnle
1
-6
/
+46
2009-08-27
r300/compiler: Fix bug in rc_find_free_temporary
Nicolai Hähnle
1
-2
/
+8
2009-08-26
egl: Remove Xdpy from EGLDisplay.
Chia-I Wu
2
-11
/
+0
2009-08-26
egl_glx: Make fbconfigs and visuals per display.
Chia-I Wu
1
-114
/
+135
2009-08-26
egl_softpipe: Make winsys and pipe screen per display.
Chia-I Wu
2
-27
/
+77
2009-08-26
EGL_i915: Make struct drm_device per display.
Chia-I Wu
4
-43
/
+55
2009-08-27
Merge branch 'fix_r300_swtcl' into push_master
Pauli Nieminen
6
-26
/
+84
2009-08-27
radeon: Fix loop en condition so debug output doesn't flood meaningless values.
Pauli Nieminen
1
-1
/
+1
2009-08-27
radeon: Make RADEON_CMDBUF more fine grained.
Pauli Nieminen
1
-2
/
+8
2009-08-27
radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.
Pauli Nieminen
5
-23
/
+75
2009-08-26
Merge branch 'mesa_7_5_branch'
Brian Paul
2
-4
/
+16
2009-08-26
i965: init the tex_units_used field
Brian Paul
1
-0
/
+1
2009-08-26
i965: fix incorrect tex unit in emit_tex() and emit_txb()
Brian Paul
1
-2
/
+4
2009-08-26
i965: clean-up tex target switches
Brian Paul
1
-2
/
+10
2009-08-26
glsl: asst. clean-ups in set_program_uniform()
Brian Paul
1
-14
/
+7
2009-08-26
glsl: signal that the program needs to be re-translated when samplers change
Brian Paul
1
-4
/
+15
2009-08-26
progs/glsl: asst. changes in shtest.c
Brian Paul
1
-3
/
+16
2009-08-26
i965: added texture unit sanity check
Brian Paul
1
-0
/
+13
2009-08-26
i965: keep track of which texture units the fragment shader accesses
Brian Paul
2
-3
/
+18
2009-08-26
docs: document sampler array bug fix
Brian Paul
1
-0
/
+1
2009-08-26
i965: clean up texture target switches
Brian Paul
1
-2
/
+10
2009-08-26
mesa: var renaming, new assertion
Brian Paul
1
-4
/
+5
2009-08-26
mesa: additional instruction field size assertions
Brian Paul
1
-0
/
+6
2009-08-26
Merge branch 'mesa_7_5_branch'
Brian Paul
4
-7
/
+24
2009-08-26
progs/glsl: handle window resizes in texaaline.c
Brian Paul
1
-8
/
+12
2009-08-26
progs/glsl: add special Makefile rule for samplers_array
Brian Paul
1
-1
/
+3
2009-08-26
progs/glsl: change samplers.c to better test sampler/texture indexing
Brian Paul
1
-4
/
+12
[next]