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
/
mesa
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Fix LOAD_PAYLOAD handling in register coalesce is_nop_mov().
Francisco Jerez
2016-09-14
1
-1
/
+3
*
i965/fs: Fix can_propagate_from() source/destination overlap check.
Francisco Jerez
2016-09-14
1
-2
/
+2
*
i965/fs: Compare full register offsets in cmod propagation pass.
Francisco Jerez
2016-09-14
1
-2
/
+1
*
i965/fs: Don't consider LOAD_PAYLOAD with stride > 1 source to behave like a ...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/fs: Don't consider LOAD_PAYLOAD with sub-GRF offset to behave like a raw...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/vec4: Take into account misalignment in regs_written() and regs_read().
Francisco Jerez
2016-09-14
1
-4
/
+6
*
i965/fs: Take into account misalignment in regs_written() and regs_read().
Francisco Jerez
2016-09-14
2
-29
/
+5
*
i965/fs: Take into account trailing padding in regs_written() and regs_read().
Francisco Jerez
2016-09-14
1
-2
/
+20
*
i965/fs: Handle fixed HW GRF subnr in reg_offset().
Francisco Jerez
2016-09-14
1
-1
/
+2
*
i965/fs: Handle arbitrary offsets in brw_reg_from_fs_reg for MRF/VGRF registers.
Francisco Jerez
2016-09-14
1
-3
/
+2
*
i965/fs: Return more accurate read size for LINTERP from fs_inst::size_read.
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/fs: Return more accurate read size from fs_inst::size_read for IMM and U...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/vec4: Replace vec4_instruction::regs_read with ::size_read using byte un...
Francisco Jerez
2016-09-14
3
-13
/
+25
*
i965/fs: Replace fs_inst::regs_read with ::size_read using byte units.
Francisco Jerez
2016-09-14
3
-32
/
+34
*
i965/ir: Drop backend_instruction::regs_written field.
Francisco Jerez
2016-09-14
1
-1
/
+0
*
i965/vec4: Replace vec4_instruction::regs_written with ::size_written field i...
Francisco Jerez
2016-09-14
9
-11
/
+12
*
i965/fs: Replace fs_inst::regs_written with ::size_written field in bytes.
Francisco Jerez
2016-09-14
15
-98
/
+107
*
i965/vec4: Add wrapper functions for vec4_instruction::regs_read and ::regs_w...
Francisco Jerez
2016-09-14
6
-16
/
+42
*
i965/fs: Add wrapper functions for fs_inst::regs_read and ::regs_written.
Francisco Jerez
2016-09-14
9
-57
/
+83
*
i965/fs: Replace fs_reg::subreg_offset with fs_reg::offset expressed in bytes.
Francisco Jerez
2016-09-14
6
-51
/
+34
*
i965/ir: Remove backend_reg::reg_offset.
Francisco Jerez
2016-09-14
2
-15
/
+2
*
i965/vec4: Replace dst/src_reg::reg_offset with dst/src_reg::offset expressed...
Francisco Jerez
2016-09-14
8
-48
/
+51
*
i965/fs: Replace fs_reg::reg_offset with fs_reg::offset expressed in bytes.
Francisco Jerez
2016-09-14
17
-82
/
+94
*
i965: Enable ANDROID_extension_pack_es31a on Gen9+.
Kenneth Graunke
2016-09-14
1
-0
/
+1
*
nir: Report progress from nir_lower_phis_to_scalar.
Kenneth Graunke
2016-09-14
1
-1
/
+1
*
nir: Report progress from nir_lower_alu_to_scalar.
Kenneth Graunke
2016-09-14
1
-1
/
+1
*
intel/blorp: Rework alloc_binding_table
Jason Ekstrand
2016-09-13
1
-5
/
+6
*
i965: Use blorp_copy for all copy_image operations on gen6+
Jason Ekstrand
2016-09-12
1
-22
/
+6
*
i965/blorp: Add a copy_miptrees helper
Jason Ekstrand
2016-09-12
2
-0
/
+79
*
intel/blorp: Work in terms of logical array layers
Jason Ekstrand
2016-09-12
1
-4
/
+27
*
intel/blorp: Add a swizzle parameter to blorp_clear
Jason Ekstrand
2016-09-12
1
-2
/
+4
*
intel/blorp: Take a destination swizzle in blorp_blit
Jason Ekstrand
2016-09-12
1
-0
/
+1
*
intel/blorp: Take an isl_swizzle instead of a SWIZZLE
Jason Ekstrand
2016-09-12
1
-1
/
+27
*
intel/isl: Add an isl_swizzle structure and use it for isl_view swizzles
Jason Ekstrand
2016-09-12
1
-23
/
+8
*
Revert "i965: Drop the maximum 3D texture size to 512 on Sandy Bridge"
Jason Ekstrand
2016-09-12
1
-10
/
+1
*
i965: check for GL_TEXTURE_EXTERNAL_OES at miptree_create_for_teximage
Alejandro Piñeiro
2016-09-12
1
-0
/
+1
*
i965/rbc: Clarify rational given for shader image resolves
Topi Pohjolainen
2016-09-12
1
-3
/
+4
*
i965/blorp: Use hw generetad primitive copies for layered clears
Topi Pohjolainen
2016-09-12
1
-24
/
+12
*
i965/blorp: Sanity check all layers before actual clear
Topi Pohjolainen
2016-09-12
1
-2
/
+5
*
intel/blorp: Add plumbing for setting color clear layer count
Topi Pohjolainen
2016-09-12
1
-3
/
+3
*
i965/rbc: Allocate mcs directly
Topi Pohjolainen
2016-09-12
4
-63
/
+26
*
i965: Add sanity check for non-compressible texture views
Topi Pohjolainen
2016-09-12
1
-0
/
+34
*
i965/rbc: Consult rb settings for texture surface setup
Topi Pohjolainen
2016-09-12
1
-7
/
+60
*
i965: Track non-compressible sampling of renderbuffers
Topi Pohjolainen
2016-09-12
3
-2
/
+52
*
i965: Replace boolean rb surface state setup argument with flags
Topi Pohjolainen
2016-09-12
3
-12
/
+20
*
i965/rbc: Allow integer formats as advertised in isl_format.c
Topi Pohjolainen
2016-09-12
1
-2
/
+1
*
i965: remove unused variable at intel_miptree_create_for_teximage
Alejandro Piñeiro
2016-09-12
1
-1
/
+0
*
i965: Fix calculation of the image height at start level
Antia Puentes
2016-09-10
1
-6
/
+21
*
android: depend on libmesa_genxml from i965 Android.gen.mk
Tapani Pälli
2016-09-09
1
-0
/
+2
*
i965: release GLSL IR in LinkShader after it's not needed
Tapani Pälli
2016-09-09
1
-0
/
+11
[next]