index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: fix buffer overflow
Thomas Hindoe Paaboel Andersen
2016-04-13
1
-1
/
+1
*
gallium: Use STATIC_ASSERT whenever possible.
Jose Fonseca
2016-04-12
3
-3
/
+3
*
winsys/amdgpu: add support for 64-bit buffer sizes
Marek Olšák
2016-04-12
1
-0
/
+6
*
pb_buffer: switch pb_buffer::size to 64 bits
Marek Olšák
2016-04-12
3
-8
/
+10
*
gallium: pause queries for all meta ops
Marek Olšák
2016-04-12
6
-0
/
+12
*
softpipe: add SSBO/shader atomics support.
Dave Airlie
2016-04-12
1
-1
/
+2
*
draw: add support for passing buffers to vs/gs shaders.
Dave Airlie
2016-04-12
5
-3
/
+32
*
tgsi: add support for buffer/atomic operations to tgsi_exec.
Dave Airlie
2016-04-12
4
-12
/
+243
*
tgsi: set nonhelpermask for vertex shaders
Dave Airlie
2016-04-12
1
-0
/
+1
*
Part revert "gallium/auxiliary: don't build NIR sources with MSVC2008 flags"
Emil Velikov
2016-04-11
1
-15
/
+3
*
nir: add bit_size info to nir_load_const_instr_create()
Samuel Iglesias Gonsálvez
2016-04-11
1
-1
/
+1
*
tgsi/scan: add an assert for the size of the samplers_declared bitfield
Nicolai Hähnle
2016-04-07
1
-1
/
+2
*
draw/aaline: stronger guard against no free samplers (v2)
Nicolai Hähnle
2016-04-07
1
-2
/
+4
*
util/pstipple: stronger guard against no free samplers (v2)
Nicolai Hähnle
2016-04-07
1
-2
/
+4
*
gallium: Put no.of {samples,layers} into pipe_framebuffer_state
Edward O'Callaghan
2016-04-07
2
-0
/
+32
*
gallivm: Introduce lp_format_intrinsic.
Jose Fonseca
2016-04-04
3
-14
/
+54
*
gallivm: Use llvm.fabs.
Jose Fonseca
2016-04-03
1
-8
/
+3
*
gallivm: Prefer backend agnostic intrinsic for rounding.
Jose Fonseca
2016-04-03
1
-7
/
+39
*
gallivm: Add debug option to force SSE2.
Jose Fonseca
2016-04-03
1
-11
/
+14
*
gallivm: Fix performance regressions due to vector selects.
Jose Fonseca
2016-04-03
1
-22
/
+18
*
gallivm: Remove lp_build_load_volatile.
Jose Fonseca
2016-04-03
2
-12
/
+0
*
gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.
Jose Fonseca
2016-04-03
8
-25
/
+37
*
tgsi: add simple tgsi_is_msaa_target() helper
Brian Paul
2016-04-02
1
-0
/
+8
*
gallium: add threads per block TGSI property
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+3
*
gallivm: Prevent disassembly debug output from being truncated.
Jose Fonseca
2016-04-01
1
-9
/
+9
*
gallivm: Use vector selects on LLVM 3.3+.
Jose Fonseca
2016-04-01
1
-3
/
+5
*
tgsi: silence compiler warning in fetch_sampler_unit()
Samuel Pitoiset
2016-04-01
1
-1
/
+1
*
tgsi: fix out of bounds access in exec_atomop()
Samuel Pitoiset
2016-04-01
1
-1
/
+1
*
tgsi: split tgsi_util_get_texture_coord_dim() function into two
Brian Paul
2016-03-31
3
-41
/
+38
*
tgsi: skip texture query opcodes when examining texture targets
Brian Paul
2016-03-31
1
-1
/
+15
*
softpipe: add image support to softpipe (v3)
Dave Airlie
2016-03-31
1
-1
/
+3
*
draw: add support for passing images to vs/gs shaders.
Dave Airlie
2016-03-31
5
-2
/
+29
*
tgsi: add support for image operations to tgsi_exec. (v2.1)
Dave Airlie
2016-03-31
4
-4
/
+317
*
tgsi: introduce NonHelperMask
Dave Airlie
2016-03-31
2
-0
/
+5
*
tgsi_exec: handle execmask when doing indirect lookups
Dave Airlie
2016-03-31
1
-3
/
+9
*
tgsi_exec: add support for up to 3 address registers (v2)
Dave Airlie
2016-03-31
1
-2
/
+3
*
tgsi: (trivial) only verify target for is_tex instructions
Roland Scheidegger
2016-03-30
1
-8
/
+7
*
tgsi: simplify tgsi_shader_info::is_msaa_sampler checking
Brian Paul
2016-03-29
1
-3
/
+2
*
tgsi: collect texture sampler target info in tgsi_scan_shader()
Brian Paul
2016-03-29
2
-2
/
+37
*
gallium: Format code in pb_buffer_fenced.c according to style guide.
Rovanion Luckey
2016-03-29
1
-129
/
+97
*
gallium/util: fix up inaccurate behavior of util_framebuffer_state_equal (v2)
Marek Olšák
2016-03-28
1
-5
/
+5
*
ttn: remove stray global from header
Rob Clark
2016-03-24
1
-2
/
+0
*
tgsi: drop unused set_exec/kill_mask interfaces.
Dave Airlie
2016-03-22
3
-37
/
+0
*
tgsi/scan: add writes_memory to flag presence of stores or atomics
Nicolai Hähnle
2016-03-21
2
-4
/
+9
*
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
*
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
*
gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()
Brian Paul
2016-03-21
3
-17
/
+20
[next]