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
...
*
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
*
glsl: Delete spurious comment about mod not taking integer operands
Ian Romanick
2016-08-30
1
-6
/
+1
*
glsl: Delete spurious comment about updating ir_expression::get_num_operands
Ian Romanick
2016-08-30
1
-3
/
+0
*
glsl: Do not generate comments or extra whitespace in expression files
Ian Romanick
2016-08-30
1
-301
/
+216
*
glsl: Just access the ir_expression_operation strings table directly
Ian Romanick
2016-08-30
5
-29
/
+7
*
glsl: Generate ir_expression_operation_strings.h from Python
Ian Romanick
2016-08-30
6
-153
/
+44
*
glsl: Pull operator_strs out to its own file
Ian Romanick
2016-08-30
3
-115
/
+140
*
glsl: Generate the ir_last_* values
Ian Romanick
2016-08-30
1
-28
/
+20
*
glsl: Generate ir_expression_operation.h from Python
Ian Romanick
2016-08-30
8
-341
/
+408
*
glsl: fix unreachable() typo
Eric Engestrom
2016-08-30
1
-1
/
+1
*
glsl: Initialize outputs[] array in lower_blend_equation_advanced.
Kenneth Graunke
2016-08-30
1
-1
/
+1
*
spirv: replace assert with unreachable
Timothy Arceri
2016-08-30
1
-1
/
+1
*
nir: Update shader info when adding discards
Eric Anholt
2016-08-29
2
-0
/
+4
*
glsl: initialise pointer to NULL
Timothy Arceri
2016-08-29
1
-1
/
+1
*
mesa: add EXT_texture_cube_map_array support
Ilia Mirkin
2016-08-28
5
-7
/
+15
*
mesa: Add support for OES_texture_cube_map_array
Ian Romanick
2016-08-26
5
-29
/
+47
*
glsl: Add and use has_texture_cube_map_array helper
Ian Romanick
2016-08-26
2
-4
/
+8
*
glsl: Mark cube map array sampler types as reserved in GLSL ES 3.10
Ian Romanick
2016-08-26
1
-4
/
+4
*
glsl: Silence unused parameter warning
Ian Romanick
2016-08-26
4
-6
/
+5
*
glsl/linker: Fail linking on ES if uniform precision qualifiers don't match
Ian Romanick
2016-08-26
1
-0
/
+7
*
glsl: Allow invocations layout qualifier with GL_OES_geometry_shader
Ian Romanick
2016-08-26
1
-2
/
+4
*
glsl: Allow gl_InvocationID and gl_Layer with GL_OES_geometry_shader
Ian Romanick
2016-08-26
1
-2
/
+11
*
mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_size
Ian Romanick
2016-08-26
3
-2
/
+11
*
glsl: Add a lowering pass to handle advanced blending modes.
Kenneth Graunke
2016-08-25
3
-0
/
+564
*
glsl: Merge blend_support qualifiers when linking.
Kenneth Graunke
2016-08-25
1
-0
/
+2
*
glsl: process blend_support_* qualifiers
Ilia Mirkin
2016-08-25
6
-0
/
+82
*
glsl: add basic KHR_blend_equation_advanced infrastructure
Ilia Mirkin
2016-08-25
2
-0
/
+3
*
nir: Change nir_shader_get_entrypoint to return an impl.
Kenneth Graunke
2016-08-25
4
-14
/
+9
[prev]
[next]