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
/
gallium
/
auxiliary
/
tgsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add support for gl_HelperInvocation semantic
Ilia Mirkin
2015-11-12
1
-0
/
+1
*
tgsi: try and handle overflowing shaders. (v2)
Dave Airlie
2015-10-23
2
-3
/
+9
*
tgsi: add option to dump floats as hex values
Dave Airlie
2015-10-23
3
-2
/
+30
*
gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Marek Olšák
2015-10-20
1
-0
/
+2
*
tgsi/scan: use properties for clip/cull distance writemasks
Marek Olšák
2015-10-20
1
-14
/
+14
*
gallium: add new properties for clip and cull distance usage
Marek Olšák
2015-10-20
1
-0
/
+2
*
tgsi: move pipe_shader_from_tgsi_processor function to util
Marek Olšák
2015-10-17
1
-24
/
+2
*
tgsi: initialize ctx.file in tgsi_dump_instruction()
Brian Paul
2015-10-16
1
-0
/
+1
*
tgsi: (trivial) kill c99-ism.
Roland Scheidegger
2015-10-09
1
-2
/
+3
*
tgsi/scan: add info about declared samplers (v2)
Marek Olšák
2015-10-09
2
-0
/
+3
*
tgsi: add a utility for emulating some GL features
Marek Olšák
2015-10-09
2
-0
/
+206
*
tgsi: add const qualifier to silence warning
Brian Paul
2015-10-06
1
-1
/
+1
*
tgsi/scan: add interpolation info into tgsi_shader_info
Marek Olšák
2015-10-03
2
-3
/
+101
*
tgsi: add a TXQS opcode to retrieve the number of texture samples
Ilia Mirkin
2015-09-13
1
-1
/
+2
*
tgsi/scan: add support to figure out max nesting depth
Rob Clark
2015-09-13
2
-0
/
+21
*
tgsi, softpipe: Constify tgsi_sampler in query_lod vfunc
Krzesimir Nowak
2015-09-11
1
-1
/
+1
*
tgsi,softpipe: capitalize the tgsi_sampler_control enum values
Brian Paul
2015-09-11
2
-24
/
+25
*
tgsi: Add code for handling lodq opcode
Krzesimir Nowak
2015-09-10
2
-0
/
+56
*
tgsi: Remove trailing backslash in comment
Krzesimir Nowak
2015-09-10
1
-1
/
+1
*
tgsi/scan: add uses_doubles to tgsi scanner
Dave Airlie
2015-09-02
2
-1
/
+5
*
tgsi: add tgsi utility to transform a fragment shader to support aa point
Charmaine Lee
2015-09-01
2
-0
/
+344
*
tgsi: adds tgsi utility to transform a shader to support point sprite
Charmaine Lee
2015-09-01
2
-0
/
+620
*
tgsi: add new tgsi_two_side.c utility code
Brian Paul
2015-09-01
2
-0
/
+262
*
tgsi: add some more helper functions
Charmaine Lee
2015-09-01
1
-4
/
+65
*
tgsi: added tgsi_is_shadow_target() helper
Brian Paul
2015-09-01
2
-0
/
+21
*
tgsi: add negate parameter to tgsi_transform_kill_inst()
Brian Paul
2015-09-01
1
-2
/
+3
*
tgsi: fix parsing of tessellation shader inputs/outputs
Marcos Paulo de Souza
2015-08-17
1
-1
/
+16
*
tgsi: set implicit array size for tess stages
Marcos Paulo de Souza
2015-08-17
1
-1
/
+5
*
tgsi: allow dumping to a file directly
Marek Olšák
2015-07-22
2
-4
/
+20
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
10
-80
/
+80
*
tgsi: add DFMA to the opcode infer functions.
Dave Airlie
2015-07-11
1
-0
/
+1
*
tgsi: whitespace fixes in tgsi_parse.c
Brian Paul
2015-07-09
1
-13
/
+13
*
tgsi: add infer support for double opcodes.
Dave Airlie
2015-07-01
1
-0
/
+37
*
softpipe,llvmpipe: fix PIPE_SHADER_CAP_MAX_INPUTS value
Marek Olšák
2015-06-25
1
-1
/
+1
*
draw,tgsi: Assume TGSI_PROPERTY_GS_INVOCATIONS default of 1.
Jose Fonseca
2015-06-23
1
-0
/
+1
*
draw/tgsi: implement geom shader invocation support.
Dave Airlie
2015-06-23
2
-0
/
+3
*
tgsi: handle indirect sampler arrays. (v2)
Dave Airlie
2015-06-23
1
-4
/
+38
*
tgsi/transform: add support for SVIEW decls
Rob Clark
2015-06-21
1
-0
/
+21
*
tgsi: add comments for ureg_emit_label()
Brian Paul
2015-06-19
1
-0
/
+6
*
tgsi: new comments, assertion for executing TGSI_OPCODE_CAL
Brian Paul
2015-06-19
1
-1
/
+5
*
tgsi/ureg: fix a coverity defect in emit_decls
Marek Olšák
2015-06-05
1
-3
/
+4
*
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
2015-06-05
3
-36
/
+141
*
tgsi/ureg: add support for output array declarations
Marek Olšák
2015-06-05
2
-24
/
+66
*
tgsi/ureg: add support for GS input array declarations
Marek Olšák
2015-06-05
2
-13
/
+28
*
tgsi/ureg: merge input and fs_input arrays
Marek Olšák
2015-06-05
1
-51
/
+33
*
tgsi/ureg: rename and simplify ureg_DECL_gs_input
Marek Olšák
2015-06-05
2
-19
/
+19
*
tgsi/ureg: add support for FS input array declarations
Marek Olšák
2015-06-05
2
-16
/
+59
*
tgsi/scan: get more information about arrays and handle arrays correctly (v2)
Marek Olšák
2015-06-05
2
-3
/
+25
*
tgsi/ureg: enable creating tessellation shaders with ureg_create_shader
Marek Olšák
2015-05-26
1
-4
/
+14
*
tgsi/text: enable parsing tessellation shaders
Marek Olšák
2015-05-26
1
-0
/
+4
[next]