index
:
~alon/mesa
7.10
7.8
7.8-gles
7.9
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_fbo_indirect
arb_geometry_shader4
arb_half_float_vertex
arb_map_buffer_range
arb_robustness
arb_sampler_objects
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
autoconf
cxx-1-branch
d3d1x-addons
draw-instanced
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
flex-and-bison-required
floating
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-array-textures
gallium-buffer-usage-cleanup
gallium-context-transfers-2
gallium-cylindrical-wrap
gallium-double-opcodes
gallium-drm-driver-descriptor
gallium-dynamicstencilref
gallium-fb-dimensions
gallium-float-1111-format
gallium-format-cleanup
gallium-front-ccw
gallium-gpu4-texture-opcodes
gallium-integer-opcodes
gallium-llvmpipe
gallium-mesa-7.4
gallium-msaa
gallium-new-formats
gallium-newclear
gallium-no-nvidia-opcodes
gallium-no-rhw-position
gallium-no-texture-blanket
gallium-nopointsizeminmax
gallium-render-condition-predicate
gallium-resource-sampling
gallium-resources
gallium-sampler-view
gallium-softpipe-winsys
gallium-st-api
gallium-st-api-dri
gallium-stream-out
gallium-sw-api
gallium-tgsi-semantic-cleanup
gallium-util-format-is-supported
gallium-vertexelementcso
gallium_draw_llvm
gallivm-call
glapi-reorg
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
glsl2
glsl2-llvm
glsl2-lower-variable-indexing
graw-tests
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
llvm-cliptest-viewport
llvm-context
lp-line-rast
lp-offset-twoside
lp-setup-llvm
lp-surface-tiling
map-tex-branch
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
mesa_7_7_branch
nv50-compiler
nvc0
openchrome-branch
opengl-es
opengl-es-v2
openvg-1.0
outputswritten64
pipe-video
primitive-restart
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
remove-driver-date
remove-redundant-helpers
shader-file-reorg
shader-work
softpipe_0_1_branch
spice_vgallium
sprite-coord
st-mesa-per-context-shaders
st-vbo
texfilter_float_branch
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
texture_rg-2
thalloc
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-14
glsl/loop_unroll: unroll loops with cond breaks anywhere, not just the end
shader-work
Luca Barbieri
1
-54
/
+76
2010-09-14
glsl: teach loop analysis that array dereferences are bounds on the index (v3)
Luca Barbieri
8
-17
/
+92
2010-09-14
mesa: add MESA_ROBUST_ACCESS env var to enable ARB_robustness
Luca Barbieri
1
-0
/
+5
2010-09-14
glsl/loop_analysis: fix miscompilation with continues before cond breaks
Luca Barbieri
1
-0
/
+40
2010-09-14
glsl: TEMP: do array indexing lowering and structure split in main.cpp
Luca Barbieri
1
-0
/
+3
2010-09-14
glsl: teach structure splitting to split arrays, and never split in/outs
Luca Barbieri
1
-30
/
+113
2010-09-14
glsl: add pass to lower variable array indexing to conditional assignments
Luca Barbieri
4
-0
/
+281
2010-09-14
mesa: upgrade wglext.h to version 22
Brian Paul
2
-106
/
+139
2010-09-14
mesa: upgrade glxext.h to version 32
Brian Paul
2
-2
/
+48
2010-09-14
mesa: update to version 64 of GL/glext.h
Brian Paul
14
-102
/
+1050
2010-09-14
mesa: move, redefine MESA_GEOMETRY_PROGRAM
Brian Paul
2
-9
/
+15
2010-09-14
glsl2: add case for ir_unop_noise
Brian Paul
1
-0
/
+4
2010-09-14
glsl2: fix comments
Brian Paul
3
-3
/
+3
2010-09-14
mesa: Remove unnecessary FEATURE tests.
Chia-I Wu
2
-18
/
+0
2010-09-14
mesa: Less FEATURE_ARB_sync tests.
Chia-I Wu
5
-25
/
+60
2010-09-14
mesa: Remove unused _MESA_INIT_*_FUNCTIONS.
Chia-I Wu
11
-90
/
+0
2010-09-14
gallivm: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-09-14
llvmpipe: Initialize variable for potentially unhandled switch case.
Vinson Lee
1
-0
/
+3
2010-09-14
i965g: Fix 'control reaches end of non-void function' warning.
Vinson Lee
1
-1
/
+2
2010-09-13
i915g: Fix 'control reaches end of non-void function' warning.
Vinson Lee
1
-1
/
+2
2010-09-13
i915: Fix "implicit declaration of function 'draw_get_shader_param'" warning.
Vinson Lee
1
-0
/
+1
2010-09-13
identity: Fix 'assignment from incompatible pointer type' warning.
Vinson Lee
1
-1
/
+1
2010-09-13
rbug: Fix 'assignment from incompatible pointer type' warning.
Vinson Lee
1
-1
/
+1
2010-09-14
mesa/st: ask GLSL to not emit noise since we have a dummy implementation
Luca Barbieri
1
-0
/
+2
2010-09-14
mesa/st: set compiler options based on Gallium shader caps
Luca Barbieri
1
-0
/
+9
2010-09-14
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
25
-345
/
+612
2010-09-13
glsl2: Port equal() and notEqual() to ir_unop_all_equal and ir_unop_any_nequal
Ian Romanick
3
-240
/
+48
2010-09-13
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
8
-23
/
+74
2010-09-13
loop_unroll: unroll loops with (lowered) breaks
Luca Barbieri
1
-4
/
+89
2010-09-13
glsl2: Add pass to remove redundant jumps
Ian Romanick
6
-1
/
+118
2010-09-13
glsl: Explain file naming convention
Ian Romanick
1
-0
/
+12
2010-09-13
loop_controls: fix analysis of already analyzed loops
Luca Barbieri
1
-1
/
+8
2010-09-13
i965: Request that returns be lowered in shader main
Ian Romanick
1
-0
/
+1
2010-09-13
glsl: call ir_lower_jumps according to compiler options
Luca Barbieri
1
-0
/
+2
2010-09-13
glsl: add continue/break/return unification/elimination pass (v2)
Luca Barbieri
6
-250
/
+548
2010-09-13
glsl: add ir_control_flow_visitor
Luca Barbieri
1
-0
/
+17
2010-09-13
llvmpipe: Fix non SSE2 builds.
José Fonseca
1
-2
/
+2
2010-09-13
r300g/swtcl: unlock VBO after draw_flush
Marek Olšák
1
-4
/
+1
2010-09-13
llvmpipe: Change asm to __asm__.
Witold Baryluk
1
-3
/
+3
2010-09-13
EGL DRI2: 0xa011 is Pineview not Ironlake
Jesse Barnes
1
-1
/
+1
2010-09-13
r600c: const buffer sizes must be a multiple of 16 consts
Alex Deucher
3
-29
/
+21
2010-09-13
EGL DRI2: add PCI ID for Ironlake mobile
Jesse Barnes
1
-0
/
+1
2010-09-13
r600c/eg: remove obselete comment
Alex Deucher
1
-2
/
+0
2010-09-13
r600c/eg: remove unused emit timestamp function
Alex Deucher
1
-8
/
+0
2010-09-13
r600c/eg: emit CB_BLEND_ALPHA with the other blend values
Alex Deucher
1
-5
/
+5
2010-09-13
r600c: remove redundant state emit on evergreen
Alex Deucher
1
-17
/
+0
2010-09-13
mesa: Revert accidentally committed vertex code chunk
Kristian Høgsberg
1
-2
/
+0
2010-09-13
r600c: eg: fix typo
Andre Maasikas
1
-1
/
+1
2010-09-13
r600c: eg: 256 float4 constants may need more than 256 bytes
Andre Maasikas
2
-2
/
+2
2010-09-13
r600c: eg - fix uninitialized variable
Andre Maasikas
1
-0
/
+2
[next]