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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: fix desktop glsl linking regression
Timothy Arceri
2018-06-19
1
-1
/
+2
*
mesa/util: add allow_glsl_relaxed_es driconfig override
Timothy Arceri
2018-06-19
2
-10
/
+15
*
mesa/util: add allow_glsl_builtin_const_expression driconf override
Timothy Arceri
2018-06-19
1
-1
/
+2
*
nir: Document a couple instances of parent_instr
Ian Romanick
2018-06-15
1
-0
/
+2
*
glsl: Don't copy propagate elements from SSBO or shared variables either
Ian Romanick
2018-06-14
1
-0
/
+8
*
glsl: Don't copy propagate from SSBO or shared variables either
Ian Romanick
2018-06-14
1
-0
/
+2
*
glsl: allow standalone semicolons outside main()
Dave Airlie
2018-06-14
1
-0
/
+1
*
spirv: add/hookup SpvCapabilityStencilExportEXT
Gustavo Lima Chaves
2018-06-08
3
-0
/
+13
*
nir: Add global invocation id intrinsic.
Plamena Manolova
2018-06-07
2
-0
/
+5
*
nir: add opt_if_loop_terminator()
Timothy Arceri
2018-06-07
1
-0
/
+68
*
nir: move ends_in_break() helper to nir_loop_analyze.h
Timothy Arceri
2018-06-07
2
-13
/
+13
*
nir: Look into uniform structs for samplers when counting num_textures.
Eric Anholt
2018-06-06
1
-12
/
+44
*
nir: Add lowering for nir_op_bit_count.
Eric Anholt
2018-06-06
2
-0
/
+38
*
nir: Add lowering for nir_op_bitfield_reverse.
Eric Anholt
2018-06-06
2
-1
/
+48
*
nir: Add an ALU lowering pass for mul_high.
Eric Anholt
2018-06-06
4
-0
/
+170
*
nir: Add lowering for find_lsb.
Eric Anholt
2018-06-06
2
-0
/
+6
*
nir: Add lowering for ifind_msb to ufind_msb.
Eric Anholt
2018-06-06
2
-0
/
+6
*
nir: Add lowering from ibitfield_extract/ubitfield_extract to shifts.
Eric Anholt
2018-06-06
2
-0
/
+19
*
nir: Add lowering for bitfieldInsert without using bfi.
Eric Anholt
2018-06-06
2
-0
/
+19
*
glsl: Take 'double' as reserved after GLSL ES 1.0
zhaowei yuan
2018-06-05
1
-1
/
+1
*
nir: implement the GLSL equivalent of if simplication in nir_opt_if
Samuel Pitoiset
2018-06-04
1
-5
/
+92
*
nir: make is_comparison() a non-static helper function
Samuel Pitoiset
2018-06-04
2
-25
/
+25
*
nir: use num_components wrappers in print/validate.
Dave Airlie
2018-06-04
2
-15
/
+5
*
nir: Lower !f2b(x) to x == 0.0
Ian Romanick
2018-06-01
1
-0
/
+1
*
nir: Add some missing "optimization undo" patterns
Ian Romanick
2018-06-01
1
-1
/
+19
*
glsl: Add ir_binop_vector_extract in NIR
Juan A. Suarez Romero
2018-06-01
1
-0
/
+9
*
mesa: Add GL/GLSL plumbing for ARB_fragment_shader_interlock.
Plamena Manolova
2018-06-01
12
-1
/
+191
*
compiler/spirv: reject invalid shader code properly
Martin Pelikán
2018-06-01
2
-5
/
+38
*
nir: optimize iand(ieq(a, 0), ieq(b, 0)) to ieq(ior(a, b), 0)
Samuel Pitoiset
2018-05-31
1
-0
/
+2
*
nir: add unsigned comparison simplifications
Timothy Arceri
2018-05-30
1
-0
/
+2
*
glsl: parse #version XXX compatibility
Marek Olšák
2018-05-29
1
-4
/
+8
*
nir/print: fix printing of 8/16 bit constant variables
Karol Herbst
2018-05-29
1
-0
/
+31
*
nir: Implement optional b2f->iand lowering
Alyssa Rosenzweig
2018-05-18
2
-1
/
+7
*
spirv: fix visiting inner loops with same break/continue block
Samuel Pitoiset
2018-05-15
1
-0
/
+13
*
meson: remove dependency antipattern
Eric Engestrom
2018-05-14
1
-1
/
+1
*
anv,nir: add generated files to .gitignore(s)
Rhys Perry
2018-05-12
1
-0
/
+2
*
nir/format_convert: Add code for bitcasting vectors
Jason Ekstrand
2018-05-09
1
-0
/
+53
*
nir/format_convert: Add a function to pack RGB9_E5 formats
Jason Ekstrand
2018-05-09
1
-0
/
+64
*
nir/format_convert: Add pack/unpack for R11F_G11F_B10F
Jason Ekstrand
2018-05-09
1
-0
/
+38
*
nir/format_convert: Add linear <-> sRGB helpers
Jason Ekstrand
2018-05-09
1
-0
/
+26
*
nir: Add the start of a format conversion helper header
Jason Ekstrand
2018-05-09
3
-0
/
+108
*
glsl: change ast_type_qualifier bitset size to work around GCC 5.4 bug
Brian Paul
2018-05-08
1
-1
/
+7
*
nir: Transform discard_if(true) into discard
Matt Turner
2018-05-07
1
-1
/
+16
*
compiler/spirv: add implementation to check for SpvCapabilityInt16 support
Iago Toral Quiroga
2018-05-03
2
-1
/
+4
*
compiler/spirv: implement 16-bit bitcasts
Iago Toral Quiroga
2018-05-03
1
-9
/
+22
*
compiler/lower_64bit_packing: rename the pass to be more generic
Iago Toral Quiroga
2018-05-03
4
-6
/
+6
*
nir/lower_64bit_packing: extend the pass to handle packing from / to 16-bit.
Iago Toral Quiroga
2018-05-03
1
-5
/
+59
*
nir: add opcodes for 16-bit packing and unpacking
Iago Toral Quiroga
2018-05-03
1
-0
/
+19
*
compiler/nir: add a lowering pass to convert the bit size of ALU operations
Iago Toral Quiroga
2018-05-03
4
-0
/
+134
*
spirv: Apply OriginUpperLeft to FragCoord
Neil Roberts
2018-05-03
1
-3
/
+3
[next]