index
:
~sarah/mesa
jenkins
kbl-cleanup-v5
Sarah Sharp's mesa repo.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-08
glsl: Move glsl_to_nir files to LIBGLSL_FILES
Kristian Høgsberg Kristensen
1
-2
/
+2
2016-01-08
mesa: Map program UBOs and SSBOs to Interface Blocks
Jordan Justen
2
-5
/
+30
2016-01-08
glsl: Ensure 64bits shift is used.
Jose Fonseca
1
-3
/
+3
2016-01-08
glsl: optionally declare gl_FragCoord & gl_FrontFacing as system values
Marek Olšák
3
-4
/
+13
2016-01-07
nir/algebraic: Add more lowering
Jason Ekstrand
2
-0
/
+10
2016-01-07
nir/opcodes: Fix up uadd_carry and usub_borrow
Jason Ekstrand
1
-2
/
+2
2016-01-08
glsl: replace null check with assert
Timothy Arceri
1
-3
/
+1
2016-01-06
glsl: Disallow vectorization of vector_insert/extract.
Kenneth Graunke
1
-0
/
+2
2016-01-07
glsl: fix varying slot allocation for blocks and structs with explicit locations
Timothy Arceri
1
-4
/
+5
2016-01-07
glsl: don't try adding built-ins to explicit locations bitmask
Timothy Arceri
1
-1
/
+3
2016-01-07
glsl: fix overlapping of varying locations for arrays and structs
Timothy Arceri
1
-12
/
+67
2016-01-07
glsl: create helper to remove outer vertex index array used by some stages
Timothy Arceri
1
-10
/
+26
2016-01-07
glsl: remove unused varyings before packing them
Timothy Arceri
3
-48
/
+54
2016-01-05
nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.
Kenneth Graunke
2
-0
/
+2
2016-01-06
glsl: don't change the varying type in validation code
Timothy Arceri
1
-5
/
+0
2016-01-06
glsl: move lowering after matching validation
Timothy Arceri
1
-11
/
+11
2016-01-06
glsl: only add outward facing varyings to resourse list for SSO
Timothy Arceri
1
-7
/
+10
2016-01-03
nir: extract out helper macros for running passes
Rob Clark
1
-0
/
+34
2016-01-01
nir/lower_clip: add missing writemask on store
Rob Clark
1
-0
/
+1
2015-12-30
glsl: Fix varying struct locations when varying packing is disabled.
Kenneth Graunke
1
-13
/
+2
2015-12-30
glsl: add GL_ARB_shader_draw_parameters define
Ilia Mirkin
1
-0
/
+3
2015-12-30
glsl: tidy up struct with a single member
Timothy Arceri
8
-19
/
+15
2015-12-30
glsl/linker: annotate static functions as such
Emil Velikov
2
-3
/
+3
2015-12-30
glsl: annotate ast_process_struct_or_iface_block_members() as static
Emil Velikov
1
-1
/
+1
2015-12-29
nir/builder: Add an init function that creates a simple shader for you
Jason Ekstrand
2
-16
/
+21
2015-12-29
nir: Teach nir_opt_algebraic about adding and subtracting the same thing
Kristian Høgsberg Kristensen
1
-0
/
+4
2015-12-29
mesa: Add core mesa support for GL_ARB_shader_draw_parameters
Kristian Høgsberg Kristensen
7
-0
/
+39
2015-12-29
nir: Remove function overload in control flow test
Aaron Watry
1
-2
/
+1
2015-12-28
nir: Get rid of function overloads
Jason Ekstrand
46
-311
/
+239
2015-12-23
nir/print: print variable constant-initializers
Rob Clark
1
-0
/
+53
2015-12-22
nir: Add a glsl_vec_type() helper.
Kenneth Graunke
2
-0
/
+7
2015-12-22
nir: Use writemasked store_vars in glsl_to_nir.
Kenneth Graunke
2
-32
/
+10
2015-12-22
nir: Add a writemask to store intrinsics.
Kenneth Graunke
9
-19
/
+54
2015-12-22
nir: remove field only used in GLSL IR when assigning varying locations
Timothy Arceri
2
-10
/
+0
2015-12-19
glsl: count attributes for vertex inputs properly.
Dave Airlie
1
-1
/
+1
2015-12-19
glsl: fix transform feedback for 64-bit outupts.
Dave Airlie
2
-3
/
+30
2015-12-19
glsl: fix partial marking for fp64 types.
Dave Airlie
1
-0
/
+7
2015-12-19
glsl: only update doubles inputs for vertex inputs.
Dave Airlie
1
-1
/
+4
2015-12-19
glsl: fix count_attribute_slots to allow for different 64-bit handling
Dave Airlie
5
-11
/
+30
2015-12-19
glsl: use dual slot helper in the linker code.
Dave Airlie
1
-10
/
+1
2015-12-19
glsl/fp64: add helper for dual slot double detection.
Dave Airlie
2
-9
/
+9
2015-12-19
glsl: pass stage into mark function
Dave Airlie
1
-4
/
+4
2015-12-18
nir: Delete bany, ball, fany, fall.
Matt Turner
2
-11
/
+0
2015-12-18
glsl: Implement all(v) as all_equal(v, true).
Matt Turner
1
-14
/
+2
2015-12-18
glsl: Remove ir_unop_any.
Matt Turner
6
-39
/
+5
2015-12-18
glsl: Implement any(v) as any_nequal(v, false).
Matt Turner
1
-1
/
+14
2015-12-16
glsl: Remove inverse() from GLSL 1.20 and 1.30.
Kenneth Graunke
1
-3
/
+9
2015-12-15
nir/lower_system_values: Refactor and use the builder.
Jason Ekstrand
1
-29
/
+31
2015-12-15
nir/builder: Add a load_system_value helper
Jason Ekstrand
2
-10
/
+15
2015-12-15
nir/lower_system_values: Stop supporting non-SSA
Jason Ekstrand
1
-8
/
+6
[next]