• Home
  • Raw
  • Download

Lines Matching refs:sfn

1904 - r600/sfn: Sort uniforms by binding and offset
1905 - r600/sfn: add r600 specific lowering pass for atomics and use it
1906 - r600/sfn: Add a mapping table for atomics
1907 - r600/sfn: correct allocating and emitting of atomics
1908 - r600/sfn: Correct ssbo instruction handling
1909 - r600/sfn: handle querying SSBO size
1910 - r600/sfn: Force a minimum of 4 GPRs, it seems to fix atomics
1918 - r600/sfn: correct ring op patching
1919 - r600/sfn: Fix loading vertex attributes
1920 - r600/sfn: clone shader before lowering to registers and src/dest modifiers
1921 - r600/sfn: Fix ordering of tex param moves
1922 - r600/sfn: avoid some copies
1923 - r600/sfn: Lower \*sign opcodes in nir
1924 - r600/sfn: Fix split_alu_modifiers
1925 - r600/sfn: Fix bitfield ops and 2x16 split_y
1926 - r600/sfn: Fix source swizzle for gradient queries
1927 - r600/sfn: more fixing of vec4 fetching
1928 - r600/sfn: Fix comparison with different signedness
1936 - r600/sfn: Use load_ubo_vec4 lowering pass
1938 - r600/sfn: make number of source components a local variable
1939 - r600/sfn: Fix component count for fdph
1940 - r600/sfn: Fix typo in comment
1941 - r600/sfn: use cnde instead of cnde_int
1942 - r600/sfn: run late algebraic optimizations
1943 - r600/sfn: remove a useless if-condition
1945 - r600/sfn: Sort the outputs of the FS according to data index
1946 - r600/sfn: Keep info about dual-source blend in FS
1947 - r600/sfn: Handle number of color outputs taking dual source blending into account
1948 - r600/sfn: Take dual source blending output indices into account
1949 - r600/sfn: Acquire the number of FS outputs and the write_all info early
1950 - r600/sfn: Be a bit more verbose when logging skipped FS outputs
1951 - r600/sfn: Fix emitting shared atomics with constant sources
1952 - r600/sfn: Handle nir_op_b2b32
1953 - r600/sfn: lower to scalar for some optimizations and vectortize later
1954 - r600/sfn: Support group memory barrier
1955 - r600/sfn: save some instructions when doing multisample on sample 0
1956 - r600/sfn: use fine gradient evaluation for interpolate_at_offset
1957 - r600/sfn: Fix interpolate at sample
1958 - r600/sfn: Fix indirect const buffer access
1959 - r600/sfn; go back to not lowering uniforms to UBOs
1960 - r600/sfn: replace hand-backed literal check by NIR function
1961 - r600/sfn: remove old code to track uniforms as it is no longer needed
1962 - r600/sfn: Add support for helper invocations
1963 - r600/sfn: Fix enabling the right interpolator for inerpolate_at_sample
1964 - r600/sfn: Fix IDX register ID
1965 - r600/sfn: Add support for more barrier instructions
1966 - r600/sfn: extend life range of all variables by one
1967 - r600/sfn: Don't reuse registers for workgroup ID and local invocation ID
1968 - r600/sfn: Fix ssbo resource offset for buffer loads
1969 - r600/sfn: Fix keepalive patch
1970 - r600/sfn: fix mega fetch count for SSBO/Image atomics result fetch
1971 - r600/sfn: Rework get_temp_register to return a smart pointer to GPRValue
1972 - r600/sfn: use shared pointer to GPR for FS sysvalues
1973 - r600/sfn: Handle mem barrier and image barrier by using ACK
1974 - r600/sfn: use cacheless op for coherent image write
1975 - r600/sfn: use 32 bit bools
1976 - r600/sfn: fix remapping of deleted attributes
1977 - r600/sfn: Use register keep-alive also when scanning the shader
1978 - r600/sfn: Fix the parameter component type
1979 - r600/sfn: Update state docu
1981 - r600/sfn: lower bool to int32 only after common optimizations
1982 - r600/sfn: fix component loading from fixed buffer ID
4621 - r600/sfn: Initialize GPRValue member m_pin_to_channel.