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
*
tgsi_to_nir: translate non-vec4 image stores correctly
Marek Olšák
2020-05-06
1
-2
/
+5
*
nir/tgsi: translate the interp location
Dave Airlie
2020-05-06
1
-0
/
+5
*
tgsi_to_nir: handle TGSI_OPCODE_BARRIER
Marek Olšák
2020-04-30
1
-0
/
+12
*
tgsi_to_nir: handle TGSI_SEMANTIC_BLOCK_SIZE
Marek Olšák
2020-04-30
1
-0
/
+4
*
gallium: Fix setup of pstipple frag coord var.
Eric Anholt
2020-04-23
1
-5
/
+1
*
gallium/tgsi_to_nir: Set nir_intrinsic_align_mul to 16 and offset to 0
Gert Wollny
2020-04-14
1
-0
/
+1
*
gallium/nir/tgsi: only scan fragment shader inputs for usage_mask
Dave Airlie
2020-02-28
1
-2
/
+5
*
nir: fix 5 warnings
Marek Olšák
2020-02-27
1
-1
/
+1
*
tgsi_to_nir: set num_images and num_samplers with holes correctly
Marek Olšák
2020-02-26
1
-0
/
+14
*
tgsi_to_nir: Reuse glsl_get_sampler_dim_coordinate_components().
Eric Anholt
2020-02-24
1
-19
/
+2
*
glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.
Eric Anholt
2020-02-05
1
-99
/
+3
*
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
[next]