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
*
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
*
tgsi: Add support for global / private / input MEMORY
Hans de Goede
2016-03-21
5
-20
/
+38
*
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
*
gallium: add TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
3
-0
/
+22
*
tgsi: add tgsi_transform_op3_inst() function
Brian Paul
2016-03-18
1
-0
/
+34
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
1
-7
/
+7
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
1
-1
/
+1
*
draw: fix line stippling
Roland Scheidegger
2016-03-15
1
-15
/
+15
*
tgsi: add tgsi_full_src_register_from_dst helper function
Nicolai Hähnle
2016-03-14
2
-0
/
+20
*
gallium/u_inlines: add util_copy_image_view
Nicolai Hähnle
2016-03-14
1
-0
/
+10
*
tgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL
Nicolai Hähnle
2016-03-14
1
-0
/
+1
*
st/glsl_to_tgsi: provide Texture and Format information for image ops
Nicolai Hähnle
2016-03-14
2
-5
/
+15
*
tgsi: add Texture and Format to tgsi_instruction_memory
Nicolai Hähnle
2016-03-14
1
-0
/
+8
*
gallium: do not wrap header inclusion in
Emil Velikov
2016-03-09
6
-15
/
+16
*
gallivm: special case TGSI_OPCODE_STORE
Nicolai Hähnle
2016-03-09
1
-1
/
+1
*
tgsi: set correct output mode for RESQ
Nicolai Hähnle
2016-03-09
1
-1
/
+1
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
3
-3
/
+6
*
tgsi: fix parsing of shared memory declarations
Samuel Pitoiset
2016-03-07
1
-1
/
+3
*
gallium/util: add new comments, assertions in u_debug_refcnt.c
Brian Paul
2016-03-05
1
-0
/
+20
*
gallium/util: update comments and URL in u_debug_refcnt.c
Brian Paul
2016-03-05
1
-4
/
+10
*
gallium/util: make stream variable static in u_debug_refcnt.c
Brian Paul
2016-03-05
1
-1
/
+1
*
gallium/util: re-indent u_debug_refcnt.[ch]
Brian Paul
2016-03-05
2
-50
/
+65
*
gallium/target-helpers: add OpenSWR driver
Tim Rowley
2016-03-02
1
-1
/
+11
*
gallium/auxilary: more __cplusplus exports
Tim Rowley
2016-03-02
5
-0
/
+34
[next]