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
/
tgsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
tgsi: add support for image operations to tgsi_exec. (v2.1)
Dave Airlie
2016-03-31
2
-2
/
+315
*
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
*
tgsi: drop unused set_exec/kill_mask interfaces.
Dave Airlie
2016-03-22
1
-25
/
+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/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()
Brian Paul
2016-03-21
1
-7
/
+10
*
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
*
tgsi: add tgsi_full_src_register_from_dst helper function
Nicolai Hähnle
2016-03-14
2
-0
/
+20
*
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
2
-4
/
+4
*
tgsi: set correct output mode for RESQ
Nicolai Hähnle
2016-03-09
1
-1
/
+1
*
tgsi: fix parsing of shared memory declarations
Samuel Pitoiset
2016-03-07
1
-1
/
+3
*
tgsi/scan: count memory instructions
Marek Olšák
2016-03-01
2
-0
/
+20
*
tgsi/scan: handle holes between VS inputs, assert-fail in other cases
Marek Olšák
2016-02-23
1
-1
/
+9
*
gallivm, tgsi: provide fake sample_i_ms implementations
Roland Scheidegger
2016-02-18
1
-3
/
+5
*
tgsi: show textual format representation
Ilia Mirkin
2016-02-15
2
-4
/
+11
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Ilia Mirkin
2016-02-15
1
-0
/
+1
*
tgsi/ureg: add shared variables support for compute shaders
Samuel Pitoiset
2016-02-13
6
-0
/
+45
*
gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
Samuel Pitoiset
2016-02-13
1
-0
/
+2
*
tgsi: minor whitespace fixes in tgsi_scan.c
Brian Paul
2016-02-08
1
-4
/
+2
*
tgsi: s/true/TRUE/ in tgsi_scan.c
Brian Paul
2016-02-08
1
-13
/
+13
*
tgsi: use switches instead of big if/else ifs
Brian Paul
2016-02-08
1
-24
/
+36
*
tgsi: break gigantic tgsi_scan_shader() function into pieces
Brian Paul
2016-02-08
1
-364
/
+375
*
tgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding the mask
Samuel Pitoiset
2016-02-06
2
-4
/
+4
*
tgsi/scan: add tgsi_shader_info::reads_samplemask
Marek Olšák
2016-02-02
2
-0
/
+3
*
tgsi: set correct src type for UP2H
Marek Olšák
2016-02-02
1
-0
/
+1
*
tgsi: add PK2H/UP2H support
Roland Scheidegger
2016-02-02
1
-2
/
+42
*
tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsics
Ilia Mirkin
2016-01-29
1
-1
/
+1
*
tgsi: initialize Atomic field in tgsi_default_declaration
Ilia Mirkin
2016-01-17
1
-0
/
+1
*
gallium: add a RESQ opcode to query info about a resource
Ilia Mirkin
2016-01-08
1
-1
/
+1
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
Ilia Mirkin
2016-01-08
1
-0
/
+1
[next]