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
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nir: Report progress from nir_lower_locals_to_regs().
Kenneth Graunke
2015-09-21
2
-4
/
+16
*
nir: Report progress from nir_remove_dead_variables().
Kenneth Graunke
2015-09-21
2
-5
/
+12
*
nir: Report progress from lower_vec_to_movs().
Jason Ekstrand
2015-09-21
2
-7
/
+22
*
nir: Report progress from nir_lower_globals_vars_to_local().
Kenneth Graunke
2015-09-21
2
-2
/
+6
*
nir/builder: Don't use designated initializers
Jason Ekstrand
2015-09-21
1
-3
/
+18
*
nir: Move system value -> intrinsic mapping into nir.c
Jason Ekstrand
2015-09-21
3
-40
/
+40
*
nir: rename nir_lower_samplers.c{pp,}
Emil Velikov
2015-09-21
2
-5
/
+3
*
nir: add C wrapper around glsl_type::record_location_offset
Emil Velikov
2015-09-21
2
-0
/
+9
*
nir: move stdio.h inclusion before extern C
Emil Velikov
2015-09-21
1
-2
/
+2
*
nir/print: fix coverity error
Rob Clark
2015-09-20
1
-1
/
+1
*
nir: add two-sided-color lowering pass
Rob Clark
2015-09-18
3
-0
/
+211
*
nir/build: add nir_vec() helper
Rob Clark
2015-09-18
3
-31
/
+20
*
nir/lower_tex: add support to clamp texture coords
Rob Clark
2015-09-18
2
-1
/
+103
*
nir/lower_tex: support for lowering RECT textures
Rob Clark
2015-09-18
2
-3
/
+63
*
nir/lower_tex: support projector lowering per sampler type
Rob Clark
2015-09-18
2
-9
/
+30
*
nir/lower_tex: split out project_src() helper
Rob Clark
2015-09-18
1
-69
/
+77
*
nir: rename nir_lower_tex_projector
Rob Clark
2015-09-18
3
-7
/
+7
*
nir/builder: fix c++11 compiler warning
Rob Clark
2015-09-17
1
-1
/
+1
*
nir: really actually fix comment this time
Rob Clark
2015-09-17
1
-1
/
+1
*
nir/print: print variable names
Rob Clark
2015-09-17
1
-0
/
+30
*
nir: some comment fixups
Rob Clark
2015-09-17
1
-5
/
+5
*
nir: add lowering stage for user-clip-planes / clipdist
Rob Clark
2015-09-17
3
-0
/
+344
*
nir: add sysval for user-clip-planes
Rob Clark
2015-09-17
1
-13
/
+14
*
glsl: add SYSTEM_VALUE_VERTEX_CNT
Rob Clark
2015-09-17
2
-0
/
+7
*
nir: Add a pass to rewrite uses of vecN sources to the vecN destination
Jason Ekstrand
2015-09-17
3
-0
/
+199
*
nir: Add comments to nir_index_instrs and nir_index_ssa_defs
Jason Ekstrand
2015-09-17
1
-0
/
+8
*
nir: Add a generic instruction index
Jason Ekstrand
2015-09-17
2
-0
/
+22
*
nir: support indirect indexing samplers in struct arrays
Timothy Arceri
2015-09-17
1
-76
/
+88
*
glsl: add helper for calculating offsets for struct members
Timothy
2015-09-17
2
-0
/
+34
*
glsl: make variables private
Timothy Arceri
2015-09-17
1
-11
/
+11
*
glsl: store uniform slot id in var location field
Timothy Arceri
2015-09-17
3
-3
/
+24
*
glsl: assign hidden uniforms their slot id earlier
Timothy Arceri
2015-09-17
1
-49
/
+41
*
glsl: order indices for samplers inside a struct array
Timothy Arceri
2015-09-17
2
-18
/
+103
*
nir/print: print symbolic names from shader-enum
Rob Clark
2015-09-16
1
-3
/
+42
*
nir/print: bit of state refactoring
Rob Clark
2015-09-16
1
-109
/
+152
*
glsl: shader-enum to name debug fxns
Rob Clark
2015-09-16
2
-0
/
+257
*
nir: add lowering for ffract
Rob Clark
2015-09-16
2
-0
/
+4
*
nir/builder: Use a normal temporary array in nir_channel
Jason Ekstrand
2015-09-15
1
-1
/
+2
*
nir/lower_vec_to_movs: Coalesce into destinations of fdot instructions
Jason Ekstrand
2015-09-15
1
-13
/
+36
*
nir: Add a fdot instruction that replicates the result to a vec4
Jason Ekstrand
2015-09-15
3
-0
/
+12
*
nir/lower_vec_to_movs: Coalesce movs on-the-fly when possible
Jason Ekstrand
2015-09-15
1
-0
/
+85
*
nir/lower_vec_to_movs: Get rid of start_idx and swizzle compacting
Jason Ekstrand
2015-09-15
1
-20
/
+13
*
nir/lower_vec_to_movs: Handle partially SSA shaders
Jason Ekstrand
2015-09-15
1
-6
/
+15
*
nir/lower_vec_to_movs: Pass the shader around directly
Jason Ekstrand
2015-09-15
1
-6
/
+8
*
glsl/cs: Initialize gl_LocalInvocationIndex in main()
Jordan Justen
2015-09-13
1
-0
/
+22
*
glsl/cs: Exclude gl_LocalInvocationIndex from builtin variable stripping
Jordan Justen
2015-09-13
1
-0
/
+8
*
glsl/cs: Initialize gl_GlobalInvocationID in main()
Jordan Justen
2015-09-13
3
-0
/
+72
*
glsl: Move link_get_main_function_signature to a common location
Jordan Justen
2015-09-13
5
-33
/
+34
*
glsl/cs: Don't strip gl_GlobalInvocationID and dependencies
Jordan Justen
2015-09-13
1
-0
/
+14
*
nir: Add gl_WorkGroupID system variable
Jordan Justen
2015-09-13
3
-0
/
+6
[prev]
[next]