index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi: implement MemoryBarrier (v2)
Nicolai Hähnle
2016-03-21
1
-0
/
+37
*
radeonsi: implement volatile memory access
Nicolai Hähnle
2016-03-21
1
-0
/
+4
*
radeonsi: implement coherent memory access (v2)
Nicolai Hähnle
2016-03-21
1
-4
/
+13
*
radeonsi: Lower TGSI_OPCODE_MEMBAR down to LLVM op
Nicolai Hähnle
2016-03-21
1
-0
/
+31
*
radeonsi: Lower TGSI_OPCODE_ATOM* down to LLVM op
Nicolai Hähnle
2016-03-21
1
-8
/
+113
*
radeonsi: Lower TGSI_OPCODE_STORE down to LLVM op
Nicolai Hähnle
2016-03-21
1
-3
/
+80
*
radeonsi: Lower TGSI_OPCODE_LOAD down to LLVM op (v3)
Nicolai Hähnle
2016-03-21
1
-0
/
+139
*
radeonsi: extract the LLVM type name construction into its own function
Nicolai Hähnle
2016-03-21
1
-7
/
+19
*
radeonsi: Lower TGSI_OPCODE_RESQ down to LLVM op
Nicolai Hähnle
2016-03-21
1
-0
/
+129
*
radeonsi: extract TXQ buffer size computation into its own function
Nicolai Hähnle
2016-03-21
1
-20
/
+35
*
radeonsi: decompress shader images
Nicolai Hähnle
2016-03-21
1
-3
/
+33
*
radeonsi: update shader image descriptor for invalidated buffer
Nicolai Hähnle
2016-03-21
1
-1
/
+21
*
radeonsi: implement set_shader_images (v2)
Nicolai Hähnle
2016-03-21
6
-29
/
+254
*
gallium/radeon: make r600_texture_disable_dcc externally accessible
Nicolai Hähnle
2016-03-21
2
-2
/
+4
*
tgsi/scan: track which shader images are really buffers
Nicolai Hähnle
2016-03-21
2
-0
/
+7
*
tgsi/scan: add images_writemask
Nicolai Hähnle
2016-03-21
2
-2
/
+21
*
st/mesa: translate additional flags in MemoryBarrier
Nicolai Hähnle
2016-03-21
1
-3
/
+18
*
gallium: add additional PIPE_BARRIER_* bits
Nicolai Hähnle
2016-03-21
1
-0
/
+7
*
svga: add svga_winsys_context::pipe_debug_callback pointer
Brian Paul
2016-03-21
2
-2
/
+9
*
svga: Fix the index buffer rebind regression
Charmaine Lee
2016-03-21
1
-7
/
+2
*
svga: rebind stream output targets
Charmaine Lee
2016-03-21
3
-0
/
+27
*
svga: rebind index buffer
Charmaine Lee
2016-03-21
2
-0
/
+9
*
svga: minor formatting fix, comment addition
Brian Paul
2016-03-21
1
-1
/
+4
*
svga: optimize constant buffer uploads
Charmaine Lee
2016-03-21
1
-1
/
+11
*
svga: add a few more resource updates HUD query
Charmaine Lee
2016-03-21
6
-22
/
+91
*
svga: add new num-readbacks HUD query
Charmaine Lee
2016-03-21
5
-7
/
+24
*
svga: use shader sampler view declarations
Brian Paul
2016-03-21
6
-47
/
+74
*
gallium/tests: declare sampler views in shaders
Brian Paul
2016-03-21
3
-0
/
+3
*
gallium/util: declare sampler view in util_make_fs_blit_msaa_depthstencil()
Brian Paul
2016-03-21
1
-1
/
+2
*
postprocess: declare sampler views in shaders
Brian Paul
2016-03-21
2
-0
/
+9
*
hud: add sampler view declaration in text fragment shader
Brian Paul
2016-03-21
1
-0
/
+1
*
st/mesa: emit sampler view decls in drawpixels code
Brian Paul
2016-03-21
2
-1
/
+19
*
st/mesa: emit sampler view declaration in bitmap shader
Brian Paul
2016-03-21
1
-0
/
+4
*
st/mesa: emit sampler view declarations for ARB vert/frag programs
Brian Paul
2016-03-21
1
-0
/
+22
*
st/mesa: use correct TGSI texture target in drawpix fragment shader
Brian Paul
2016-03-21
3
-4
/
+11
*
st/mesa: use correct TGSI texture target in bitmap fragment shader
Brian Paul
2016-03-21
3
-3
/
+11
*
gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()
Brian Paul
2016-03-21
5
-24
/
+27
*
st/mesa: use the texture view's format for render-to-texture
Nicolai Hähnle
2016-03-21
1
-7
/
+15
*
gallium: Remove unused TGSI_RESOURCE_ defines
Hans de Goede
2016-03-21
1
-9
/
+0
*
nouveau: codegen: Do not silently fail in handeLOAD / handleSTORE / handleATOM
Hans de Goede
2016-03-21
1
-9
/
+18
*
nouveau: codegen: Disable more old resource handling code
Hans de Goede
2016-03-21
1
-3
/
+12
*
nouveau: codegen: gk110: Make emitSTORE offset handling identical to emitLOAD
Hans de Goede
2016-03-21
1
-3
/
+1
*
nouveau: codegen: Slightly refactor Source::scanInstruction() dst handling
Hans de Goede
2016-03-21
1
-6
/
+6
*
nouveau: codegen: Add support for clover / OpenCL kernel input parameters
Hans de Goede
2016-03-21
1
-3
/
+15
*
tgsi: Add support for global / private / input MEMORY
Hans de Goede
2016-03-21
8
-26
/
+51
*
tgsi: Fix decl.Atomic and .Shared not propagating when parsing tgsi text
Hans de Goede
2016-03-21
1
-0
/
+6
*
tgsi: Fix return of uninitialized memory in tgsi_*_instruction_memory
Hans de Goede
2016-03-20
1
-0
/
+4
*
st/mesa: report correct precision information for low/medium/high ints
Ilia Mirkin
2016-03-20
1
-0
/
+7
*
st/omx/dec: Correct the timestamping
Nishanth Peethambaran
2016-03-20
4
-8
/
+34
*
st/omx: Remove trailing spaces
Nishanth Peethambaran
2016-03-20
3
-31
/
+31
[prev]
[next]