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
/
gallium
/
auxiliary
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
spirv,nir: add new lod parameter to image_{load,store} intrinsics
Samuel Pitoiset
2020-01-09
1
-0
/
+5
*
llvmpipe/nir: handle texcoord requirements
Dave Airlie
2019-12-12
1
-2
/
+2
*
gallium: add nir lowering passes for the draw pipe stages. (v2)
Dave Airlie
2019-11-28
2
-0
/
+412
*
gallivm: nir->tgsi info convertor (v2)
Dave Airlie
2019-11-28
2
-0
/
+808
*
nir: move data.image.access to data.access
Marek Olšák
2019-11-19
1
-2
/
+2
*
tgsi_to_nir: use pipe_screen::finalize_nir
Marek Olšák
2019-10-23
1
-4
/
+9
*
tgsi_to_nir: use nir_shader_compiler_options::lower_to_scalar
Marek Olšák
2019-10-10
1
-5
/
+3
*
tgsi_to_nir: add #ifdef header guards
Marek Olšák
2019-10-10
1
-0
/
+5
*
tgsi_to_nir: handle PIPE_FORMAT_NONE in image opcodes
Marek Olšák
2019-09-30
1
-0
/
+3
*
tgsi_to_nir: fix 2-component system values like tess_level_inner_default
Marek Olšák
2019-09-23
1
-1
/
+3
*
tgsi_to_nir: fix masked out image loads
Marek Olšák
2019-09-23
1
-2
/
+1
*
tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE
Danylo Piliaiev
2019-09-12
1
-1
/
+1
*
gallium/ttn: VARYING_SLOT_PSIZ and VARYING_SLOT_FOGC are scalar
Iago Toral Quiroga
2019-09-12
1
-0
/
+10
*
prog_to_nir, tgsi_to_nir: make sure kill doesn't discard NaNs
Marek Olšák
2019-09-11
1
-0
/
+4
*
tgsi_to_nir: Remove dependency on libglsl.
Timur Kristóf
2019-09-06
1
-9
/
+16
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
1
-1
/
+1
*
ttn: fix 64-bit shift on 32-bit `1`
Eric Engestrom
2019-09-04
1
-1
/
+1
*
ttn: Fill out more info fields
Connor Abbott
2019-09-03
1
-0
/
+4
*
tgsi_to_nir: only update TGSI properties of the current shader stage
Jose Maria Casanova Crespo
2019-08-20
1
-9
/
+18
*
tgsi_to_nir: add assertions for max varying slots
Marek Olšák
2019-08-13
1
-0
/
+2
*
tgsi_to_nir: expand vec3 system values to vec4
Marek Olšák
2019-08-13
1
-0
/
+3
*
tgsi_to_nir: fix incorrect number of image src1 components
Marek Olšák
2019-08-13
1
-4
/
+1
*
compiler: add SYSTEM_VALUE_TESS_LEVEL_OUTER/INNER_DEFAULT
Marek Olšák
2019-08-12
1
-0
/
+8
*
tgsi_to_nir: handle tess level inner/outer varyings
Marek Olšák
2019-08-12
1
-0
/
+7
*
tgsi_to_nir: add support for the stencil FS output
Marek Olšák
2019-08-12
1
-5
/
+12
*
tgsi_to_nir: add support for TEX_LZ
Marek Olšák
2019-08-12
1
-2
/
+9
*
compiler: add SYSTEM_VALUE_USER_DATA_AMD
Marek Olšák
2019-08-12
1
-0
/
+4
*
compiler: add shader_info.cs.user_data_components_amd
Marek Olšák
2019-08-12
1
-0
/
+3
*
tgsi_to_nir: add basic compute shader support
Marek Olšák
2019-08-12
1
-0
/
+23
*
tgsi_to_nir: add support for LOAD & STORE with SSBOs and images
Marek Olšák
2019-08-12
1
-2
/
+310
*
tgsi_to_nir: make setup_texture_info reusable
Marek Olšák
2019-08-12
1
-36
/
+48
*
tgsi_to_nir: add support for TXF_LZ
Marek Olšák
2019-08-12
1
-4
/
+13
*
compiler: add shader_info.vs.blit_sgprs_amd
Marek Olšák
2019-08-12
1
-0
/
+3
*
tgsi_to_nir: be careful about not losing any TGSI properties silently (v2)
Marek Olšák
2019-08-12
1
-1
/
+48
*
tgsi_to_nir: add a few needed double opcodes
Marek Olšák
2019-08-06
1
-0
/
+6
*
tgsi_to_nir: implement a few needed 64-bit integer opcodes
Marek Olšák
2019-08-06
1
-0
/
+5
*
ttn: Prepare for 64-bit sources and destinations
Connor Abbott
2019-08-06
1
-5
/
+29
*
ttn: Use 1-bit NIR comparison opcodes
Connor Abbott
2019-08-06
1
-24
/
+19
*
tgsi_to_nir: fix nir_gather_ssa_types for TGSI->NIR shaders
Jonathan Marek
2019-08-05
1
-5
/
+13
*
nir/tgsi: Extend tgsi_to_nir.c to support gl_PointCoord as a system value.
Andreas Baierl
2019-07-18
1
-0
/
+20
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-5
/
+5
*
nir/builder: Merge nir_[if]mov_alu into one nir_mov_alu helper
Jason Ekstrand
2019-05-24
1
-4
/
+4
*
nir/builder: Remove the use_fmov parameter from nir_swizzle
Jason Ekstrand
2019-05-24
1
-6
/
+4
*
ptn,ttn: Use nir_channel for selecting channels
Jason Ekstrand
2019-05-24
1
-1
/
+1
*
nir: allow specifying a set of opcodes in lower_alu_to_scalar
Jonathan Marek
2019-05-10
1
-1
/
+1
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-2
/
+2
*
nir/radv: remove restrictions on opt_if_loop_last_continue()
Timothy Arceri
2019-04-09
1
-1
/
+1
*
tgsi_to_nir: Set correct location for uniforms.
Timur Kristóf
2019-03-05
1
-0
/
+1
*
tgsi_to_nir: Improve interpolation modes.
Timur Kristóf
2019-03-05
1
-15
/
+21
*
tgsi_to_nir: use sampler variables and derefs
Kenneth Graunke
2019-03-05
1
-10
/
+79
[next]