index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: enable ARB_direct_state_access in compat for GL3.1+
Timothy Arceri
2018-08-30
4
-104
/
+114
*
radeonsi: add a thorough clear/copy_buffer benchmark
Marek Olšák
2018-08-29
9
-153
/
+599
*
radeonsi: let internal compute dispatches tune WAVES_PER_SH
Marek Olšák
2018-08-29
2
-0
/
+9
*
radeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading up to 4 SGPRs with TGSI
Marek Olšák
2018-08-29
6
-3
/
+34
*
radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA_SI for measuring DMA on SI
Marek Olšák
2018-08-29
2
-0
/
+20
*
radeonsi: add SI_QUERY_TIME_ELAPSED_SDMA for measuring SDMA performance
Marek Olšák
2018-08-29
5
-2
/
+55
*
radeonsi: add flag L2_STREAM for minimal cache usage
Marek Olšák
2018-08-29
3
-6
/
+13
*
gallium: add TGSI_MEMORY_STREAM_CACHE_POLICY
Marek Olšák
2018-08-29
4
-4
/
+12
*
intel/compiler: Remove surface_idx from brw_image_param
Jason Ekstrand
2018-08-29
6
-29
/
+9
*
intel: Use TXS for image_size when we have a typed surface
Jason Ekstrand
2018-08-29
5
-4
/
+74
*
anv,i965: Lower away image derefs in the driver
Jason Ekstrand
2018-08-29
10
-169
/
+371
*
nir: Add handle/index-based image intrinsics
Jason Ekstrand
2018-08-29
3
-20
/
+82
*
nir: Use a bitfield for image access qualifiers
Jason Ekstrand
2018-08-29
9
-33
/
+44
*
glsl/link,i965: Make ImageAccess four-state
Jason Ekstrand
2018-08-29
4
-15
/
+22
*
intel/compiler: Use two components for 1D array image sizes
Jason Ekstrand
2018-08-29
2
-29
/
+20
*
isl: Use the view array length for the image size
Jason Ekstrand
2018-08-29
1
-2
/
+5
*
intel/compiler: Do image load/store lowering to NIR
Jason Ekstrand
2018-08-29
10
-1120
/
+896
*
nir/types: Add a wrapper for coordinate_components
Jason Ekstrand
2018-08-29
2
-0
/
+8
*
anv/pipeline: Remove dead image loads in lower_input_attacnments
Jason Ekstrand
2018-08-29
1
-2
/
+2
*
nir: Make image load/store intrinsics variable-width
Jason Ekstrand
2018-08-29
3
-4
/
+11
*
nir/format_convert: Fix a bitmask in unpack_11f11f10f
Jason Ekstrand
2018-08-29
1
-1
/
+1
*
nir/format_convert: Rename pack_r11g11b10f to pack_11f11f10f
Jason Ekstrand
2018-08-29
1
-1
/
+1
*
nir/format_convert: Add [us]norm conversion helpers
Jason Ekstrand
2018-08-29
1
-0
/
+56
*
nir/format_convert: Rename nir_format_bitcast_uint_vec
Jason Ekstrand
2018-08-29
2
-3
/
+4
*
nir/format_convert: Add vec mask and sign-extend helpers
Jason Ekstrand
2018-08-29
1
-8
/
+27
*
nir/format_convert: Add support for unpacking signed integers
Jason Ekstrand
2018-08-29
1
-8
/
+29
*
nir/opcodes: Make unpack_half_2x16_split_* variable-width
Jason Ekstrand
2018-08-29
1
-4
/
+4
*
nir/algebraic: Add some max/min optimizations
Jason Ekstrand
2018-08-29
1
-0
/
+6
*
nir/algebraic: Add more extract_[iu](8|16) optimizations
Jason Ekstrand
2018-08-29
1
-0
/
+10
*
nir/algebraic: Be more careful converting ushr to extract_u8/16
Jason Ekstrand
2018-08-29
1
-2
/
+2
*
intel/tools: new i965_disasm tool
Sagar Ghuge
2018-08-29
3
-0
/
+207
*
st/mesa: Disable blending for integer formats.
Kenneth Graunke
2018-08-29
1
-0
/
+1
*
svga: add missing switch cases for shadow textures
Brian Paul
2018-08-29
2
-0
/
+5
*
svga: fix vgpu9 sprite coordinate bug
Brian Paul
2018-08-29
3
-7
/
+3
*
svga: fix PIPE_TEXTURE_RECT/BUFFER const buffer issue
Brian Paul
2018-08-29
3
-20
/
+16
*
svga: minor improvements in svga_state_constants.c
Brian Paul
2018-08-29
1
-17
/
+13
*
anv: Free the app and engine name
Jason Ekstrand
2018-08-29
1
-0
/
+3
*
nv50/ir: silence partitionLoadStore() unused function warning
Rhys Kidd
2018-08-29
1
-2
/
+2
*
glsl/linker: Link all out vars from a shader objects on a single stage
vadym.shovkoplias
2018-08-29
1
-0
/
+37
*
anv: blorp: support multiple aspect blits
Lionel Landwerlin
2018-08-29
1
-70
/
+75
*
mesa: allow GL_UNSIGNED_BYTE type for SNORM reads
Tapani Pälli
2018-08-29
1
-0
/
+9
*
nir: add loop unroll support for wrapper loops
Timothy Arceri
2018-08-29
1
-0
/
+77
*
nir/opt_loop_unroll: Remove unneeded phis if we make progress
Timothy Arceri
2018-08-29
1
-1
/
+9
*
nir: add complex_loop bool to loop info
Timothy Arceri
2018-08-29
2
-2
/
+12
*
nir: always attempt to find loop terminators
Timothy Arceri
2018-08-29
1
-7
/
+7
*
ac/surface: fix CMASK fast clear for NPOT textures with mipmapping on SI/CI/VI
Marek Olšák
2018-08-28
1
-2
/
+2
*
i965/vec4: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAdd of +1 or -1
Ian Romanick
2018-08-28
1
-3
/
+16
*
i965/fs: Emit BRW_AOP_INC or BRW_AOP_DEC for imageAtomicAdd of +1 or -1
Ian Romanick
2018-08-28
1
-3
/
+9
*
i965/fs: Refactor image atomics to be a bit more like other atomics
Ian Romanick
2018-08-28
1
-40
/
+44
*
i965/fs: Emit BRW_AOP_INC or BRW_AOP_DEC for atomicAdd of +1 or -1
Ian Romanick
2018-08-28
1
-4
/
+23
[next]