index
:
mesa/mesa
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
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
auto-cherry-for-8.0
autoconf
cxx-1-branch
d3d1x-addons
draw-instanced
draw-ply
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-clip-state
gallium-compute
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-userbuf
gallium-util-format-is-supported
gallium-vertexelementcso
gallium_draw_llvm
gallivm-call
glapi-reorg
gles3
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
glsl-to-tgsi
glsl2
glsl2-llvm
glsl2-lower-variable-indexing
graw-tests
hw_gl_select
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
kasanen-post-process
kasanen-post-process-v2
llvm-cliptest-viewport
llvm-context
llvmpipe-duma
llvmpipe-wider-regs
lp-line-rast
lp-offset-twoside
lp-setup-llvm
lp-surface-tiling
map-tex-branch
map-texture-image-v4
map-texture-image-v5
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-copyteximage-hook
remove-driver-date
remove-max-width
remove-max-width-2
remove-redundant-helpers
renderbuffer-cleanups-v2
shader-file-reorg
shader-work
softpipe_0_1_branch
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
xa_branch
The Mesa 3D Graphics Library
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
r600g/llvm: Parse config values in register / value pairs
Tom Stellard
2
-4/+31
13 days
r600g/llvm: Don't feed LLVM output through r600_bytecode_build()
Tom Stellard
4
-395/+21
13 days
r600g/llvm: Don't emit CALL_FS for vertex shaders
Tom Stellard
2
-8/+10
13 days
r600g/llvm: Update radeon family mappings for LLVM backend
Tom Stellard
2
-4/+8
2013-05-04
r600g/llvm: Undefines unrequired texture coord values
Vincent Lejeune
1
-1/+28
2013-04-30
r600g/llvm: Fix opencl build
Vincent Lejeune
1
-1/+1
2013-04-30
r600g/llvm: get use_kill from compiler shader
Vincent Lejeune
4
-2/+9
2013-04-24
r600g/llvm: Pass struct r600_bytecode to r600_llvm_compile
Tom Stellard
3
-8/+7
2013-04-17
r600g/llvm: Use gprcount from llvm
Vincent Lejeune
4
-2/+5
2013-04-08
r600g/llvm: Add support for native isa for pre EG
Vincent Lejeune
2
-2/+6
2013-04-04
r600g/llvm: Workaround for wrong tex.offset_*
Vincent Lejeune
1
-0/+3
2013-04-03
r600g/llvm: Do not override llvm provided stack_size
Vincent Lejeune
1
-1/+2
2013-04-03
r600g/llvm: Do not change cf_alu inst when adding alus
Vincent Lejeune
1
-7/+2
2013-04-01
r600g/llvm: Update LLVM_REVISION.txt
Vincent Lejeune
1
-1/+1
2013-04-01
r600g/llvm: Use stack_size provided from llvm.
Vincent Lejeune
1
-0/+1
2013-04-01
r600g/llvm: uses function attribute to pass shader type
Vincent Lejeune
1
-0/+1
2013-04-01
r600g/llvm: Add support for cf_alu native encode
Vincent Lejeune
3
-1/+16
2013-03-31
r600g/llvm: Update LLVM_REVISION
Vincent Lejeune
1
-1/+1
2013-03-31
r600g/llvm: use native encode for tex
Vincent Lejeune
1
-23/+27
2013-03-13
r600g/llvm: Move llvm wrapper functions into the radeon directory
Tom Stellard
7
-38/+35
2013-03-11
r600g/llvm: Fix build
Tom Stellard
1
-1/+1
2013-03-07
r600g/llvm: Update CONSTANT_BUFFER address space definition
Christian König
1
-1/+1
2013-02-18
r600g/llvm: Support for TBO
Vincent Lejeune
1
-0/+28
2013-02-18
r600g/llvm: Set Inputs/Outputs count to 32 (api reported value)
Vincent Lejeune
1
-2/+2
2013-02-18
r600g/llvm: Fix alpha_to_one piglit tests
Vincent Lejeune
3
-0/+4
2013-02-18
r600g/llvm: Add support for UBO
Vincent Lejeune
2
-1/+22
2013-02-01
r600g/llvm: Select the correct GPU type for RV670
Tom Stellard
1
-1/+1
2013-01-28
r600g/llvm: Add dummy export for vs output
Vincent Lejeune
1
-2/+20
2013-01-19
r600g/llvm: Fixes addressspace of basevectors for clipvertex
Vincent Lejeune
1
-1/+2
2013-01-18
r600g/llvm: tgsi to llvm emits store.swizzle intrinsic for vs/fs output
Vincent Lejeune
3
-58/+146
2013-01-18
r600g/llvm: tgsi to llvm emits stream output intrinsics.
Vincent Lejeune
5
-1/+39
2013-01-18
r600g/llvm:translate ARL opcode to a simple cast
Vincent Lejeune
1
-2/+12
2013-01-18
r600g/llvm: rework handling of the constants
Vadim Girlin
3
-16/+54
2012-09-20
r600g/llvm: rs780/rs880 are r600 asics
Alex Deucher
1
-2/+2
2012-05-03
r600g/llvm: Mask write of pred_inst in llvm_if()
Tom Stellard
1
-0/+1
2012-05-03
r600g/llvm: Lower ULT A, B, C to SETGT_UINT A, C, B
Tom Stellard
1
-0/+7
2012-05-03
r600g/llvm: Don't duplicate R600 intrinsics installed by LLVM
Tom Stellard
4
-0/+26
2012-04-30
r600g/llvm: Remove unnecessary dynamic casts
Dragomir Ivanov
1
-5/+5
2012-04-30
r600g/llvm: Add pattern for llvm.AMDGPU.kill v2
Dragomir Ivanov
2
-1/+6
2012-04-30
r600g/llvm: Fix handling of MASK_WRITE instructions
Tom Stellard
2
-1/+3
2012-04-23
r600g/llvm: Let ISel handle lowering to {INSERT,EXTRACT}_SUBREG
Tom Stellard
6
-88/+37
2012-04-23
r600g/llvm: Only emit an instruction's explicit operands
Tom Stellard
1
-2/+2
2012-04-23
r600g/llvm: Handle copies between vector registers
Tom Stellard
2
-2/+21
2012-04-23
r600g/llvm: Remove debugging hack from R600InstrInfo::copyPhysReg()
Tom Stellard
1
-4/+0
2012-04-23
r600g/llvm: Tell the code emitter to ignore KILL and BUNDLE
Tom Stellard
1
-1/+3