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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Add some more .gitignore
Jason Ekstrand
2016-08-31
1
-0
/
+1
*
scons: Fix MinGW cross compilation.
Jose Fonseca
2016-08-31
1
-21
/
+25
*
glsl: Handle patch qualifier on interface blocks.
Kenneth Graunke
2016-08-30
3
-0
/
+16
*
glsl: add gl_BoundingBox and associated varying slots
Ilia Mirkin
2016-08-30
4
-1
/
+21
*
mesa: add scaffolding for OES/EXT_primitive_bounding_box
Ilia Mirkin
2016-08-30
2
-0
/
+6
*
glsl: Fix gl_program::OutputsWritten computation for dual-source blending.
Francisco Jerez
2016-08-30
1
-1
/
+1
*
glsl: Fix incorrect hard-coded location of the gl_SecondaryFragColorEXT built...
Francisco Jerez
2016-08-30
1
-7
/
+2
*
glsl: Calculate bitset of secondary outputs written in ir_set_program_inouts.
Francisco Jerez
2016-08-30
1
-2
/
+7
*
glsl: Fix typo in comment
Ian Romanick
2016-08-30
1
-1
/
+1
*
glsl: Replace most assertions with unreachable()
Ian Romanick
2016-08-30
1
-10
/
+9
*
glsl: Refactor handling of horizontal operations
Ian Romanick
2016-08-30
1
-8
/
+7
*
glsl: Use constant_template_horizontal instead of constant_template_horizonta...
Ian Romanick
2016-08-30
1
-1
/
+1
*
glsl: Eliminate constant_template2
Ian Romanick
2016-08-30
1
-11
/
+0
*
glsl: Eliminate constant_template5
Ian Romanick
2016-08-30
1
-22
/
+1
*
glsl: Eliminate constant_template0
Ian Romanick
2016-08-30
1
-34
/
+4
*
glsl: Eliminate one of the templates for simpler operations
Ian Romanick
2016-08-30
1
-21
/
+3
*
glsl: Use the generated constant expression code
Ian Romanick
2016-08-30
4
-1109
/
+14
*
glsl: Generate code for constant ir_triop_csel expressions
Ian Romanick
2016-08-30
1
-1
/
+23
*
glsl: Generate code for constant ir_triop_lrp expressions
Ian Romanick
2016-08-30
1
-1
/
+28
*
glsl: Generate code for constant ir_quadop_vector expressions
Ian Romanick
2016-08-30
1
-2
/
+20
*
glsl: Generate code for constant ir_quadop_bitfield_insert expressions
Ian Romanick
2016-08-30
1
-4
/
+21
*
glsl: Generate code for constant ir_triop_vector_insert expressions
Ian Romanick
2016-08-30
1
-2
/
+25
*
glsl: Generate code for constant ir_binop_vector_extract expressions
Ian Romanick
2016-08-30
1
-1
/
+21
*
glsl: Generate code for constant ir_binop_mul expressions
Ian Romanick
2016-08-30
1
-2
/
+54
*
glsl: Generate code for constant ir_triop_fma and ir_triop_bitfield_extract e...
Ian Romanick
2016-08-30
1
-5
/
+13
*
glsl: Generate code for constant ir_binop_dot expressions
Ian Romanick
2016-08-30
1
-1
/
+18
*
glsl: Generate code for constant ir_binop_lshift and ir_binop_rshift expressions
Ian Romanick
2016-08-30
1
-2
/
+13
*
glsl: Generate code for constant ir_binop_ldexp expressions
Ian Romanick
2016-08-30
1
-4
/
+19
*
glsl: Generate code for constant unary expressions that don't assign the dest...
Ian Romanick
2016-08-30
1
-8
/
+18
*
glsl: Generate code for some constant binary expression that are horizontal
Ian Romanick
2016-08-30
1
-3
/
+7
*
glsl: Generate code for constant unary expression that are horizontal
Ian Romanick
2016-08-30
1
-6
/
+16
*
glsl: Generate code for constant expressions that have an output type the dif...
Ian Romanick
2016-08-30
1
-11
/
+33
*
glsl: Generate code for constant binary expressions that combine vector and s...
Ian Romanick
2016-08-30
1
-15
/
+51
*
glsl: Generate code for constant binary expressions that have one operand type
Ian Romanick
2016-08-30
1
-6
/
+10
*
glsl: Generate code for constant unary expression that have different impleme...
Ian Romanick
2016-08-30
1
-12
/
+33
*
glsl: Generate code for constant unary expression that map one type to another
Ian Romanick
2016-08-30
1
-24
/
+57
*
glsl: Begin generating code for the most basic constant expressions
Ian Romanick
2016-08-30
1
-17
/
+158
*
glsl: Convert tuple into a class
Ian Romanick
2016-08-30
1
-127
/
+138
*
glsl: Compact a bunch of things onto one line
Ian Romanick
2016-08-30
1
-66
/
+20
*
glsl: Sort constant expression handling by IR operand enum value
Ian Romanick
2016-08-30
1
-318
/
+319
*
glsl: Trivial whitespace and punctuation changes
Ian Romanick
2016-08-30
1
-66
/
+76
*
glsl: Sort GLSL type enums in switch-statements in enum order
Ian Romanick
2016-08-30
1
-28
/
+28
*
glsl: Always use correct float types in constant expression handling
Ian Romanick
2016-08-30
1
-5
/
+5
*
glsl: Extract ir_quadop_bitfield_insert implementation to a separate function
Ian Romanick
2016-08-30
1
-25
/
+23
*
glsl: Extract ir_triop_bitfield_extract implementation to a separate function
Ian Romanick
2016-08-30
1
-24
/
+42
*
glsl: Extract ir_binop_ldexp implementation to a separate function
Ian Romanick
2016-08-30
1
-11
/
+28
*
glsl: Use find_msb_uint to implement ir_unop_find_lsb
Ian Romanick
2016-08-30
1
-10
/
+9
*
glsl: Extract ir_unop_find_msb implementation to a separate function
Ian Romanick
2016-08-30
1
-15
/
+34
*
glsl: Extract ir_unop_bitfield_reverse implementation to a separate function
Ian Romanick
2016-08-30
1
-13
/
+27
*
glsl: Use _mesa_bitcount to implement constant ir_unop_bit_count
Ian Romanick
2016-08-30
1
-9
/
+2
[next]