Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
8bed1adfc144d9ae8d55ccb9b277942da8a78064
8bed1ad
i965/vec4: Assign correct destination offset to rewritten instruction in register coalesce.
by Francisco Jerez
· 8 years ago
3a74e43
i965/vec4: Don't coalesce registers with overlapping writes not matching the MOV source.
by Francisco Jerez
· 8 years ago
1bb5074
i965/vec4: Compare full register offsets in opt_register_coalesce nop move check.
by Francisco Jerez
· 8 years ago
3be0d6d
i965/vec4: Check that the write offsets match when setting dependency controls.
by Francisco Jerez
· 8 years ago
b52fefc
i965/vec4: Change opt_vector_float to keep track of the last offset seen in bytes.
by Francisco Jerez
· 8 years ago
230615e
i965/vec4: Simplify src/dst_reg to brw_reg conversion by using byte_offset().
by Francisco Jerez
· 8 years ago
eb746a8
i965/ir: Update several stale comments.
by Francisco Jerez
· 8 years ago
47784e2
i965/ir: Don't print ARF subnr values twice.
by Francisco Jerez
· 8 years ago
5d65d51
i965/vec4: Print src/dst_reg::offset field consistently for all register files.
by Francisco Jerez
· 8 years ago
ec259f5
i965/fs: Print fs_reg::offset field consistently for all register files.
by Francisco Jerez
· 8 years ago
950af5e
i965/fs: Misc simplification.
by Francisco Jerez
· 8 years ago
80e1d67
i965/fs: Get rid of fs_inst::set_smear().
by Francisco Jerez
· 8 years ago
8e58e44
i965/fs: Use region_contained_in() in compute-to-mrf coalescing pass.
by Francisco Jerez
· 8 years ago
f2d2156
i965/fs: Move region_contained_in to the IR header and fix for non-VGRF files.
by Francisco Jerez
· 8 years ago
645261c
i965/fs: Change region_contained_in() to use byte units.
by Francisco Jerez
· 8 years ago
1c67e27
i965/fs: Simplify copy propagation LOAD_PAYLOAD ACP setup.
by Francisco Jerez
· 8 years ago
2d7d4a7
i965/fs: Simplify a bunch of fs_inst::size_written calculations by using component_size().
by Francisco Jerez
· 8 years ago
0bc46cc
i965/fs: Simplify result_live calculation in dead_code_eliminate().
by Francisco Jerez
· 8 years ago
62aaef6
i965/fs: Simplify and fix buggy stride/offset calculations using subscript().
by Francisco Jerez
· 8 years ago
3b7b908
i965/fs: Simplify get_fpu_lowered_simd_width() by using inequalities instead of rounding.
by Francisco Jerez
· 8 years ago
ee930c0
i965/fs: Simplify byte_offset().
by Francisco Jerez
· 8 years ago
bae3a41
i965/fs: Fix signedness of the return value of fs_inst::size_read().
by Francisco Jerez
· 8 years ago
a384503
i965/fs: Switch mask_relative_to() used in compute-to-mrf to byte units.
by Francisco Jerez
· 8 years ago
401fc22
i965/fs: Fix bogus sub-MRF offset calculation in compute-to-mrf.
by Francisco Jerez
· 8 years ago
cd01340
i965/fs: Take into account copy register offset during compute-to-mrf.
by Francisco Jerez
· 8 years ago
fcd9d1b
i965/vec4: Drop backend_reg::in_range() in favor of regions_overlap().
by Francisco Jerez
· 8 years ago
56bcb22
i965/vec4: Port regions_overlap() to the vec4 IR.
by Francisco Jerez
· 8 years ago
c057278
i965/fs: Stop using fs_reg::in_range() in favor of regions_overlap().
by Francisco Jerez
· 8 years ago
b42c13a
i965/fs: Drop fs_inst::overwrites_reg() in favor of regions_overlap().
by Francisco Jerez
· 8 years ago
32d6792
i965/fs: Fix LOAD_PAYLOAD handling in register coalesce is_nop_mov().
by Francisco Jerez
· 8 years ago
5cc6425
i965/fs: Fix can_propagate_from() source/destination overlap check.
by Francisco Jerez
· 8 years ago
9ae77d7
i965/fs: Compare full register offsets in cmod propagation pass.
by Francisco Jerez
· 8 years ago
3a4ea7c
i965/fs: Don't consider LOAD_PAYLOAD with stride > 1 source to behave like a raw copy.
by Francisco Jerez
· 8 years ago
1164aa1
i965/fs: Don't consider LOAD_PAYLOAD with sub-GRF offset to behave like a raw copy.
by Francisco Jerez
· 8 years ago
a5bbe4c
i965/vec4: Take into account misalignment in regs_written() and regs_read().
by Francisco Jerez
· 8 years ago
717d8ef
i965/fs: Take into account misalignment in regs_written() and regs_read().
by Francisco Jerez
· 8 years ago
e540045
i965/fs: Take into account trailing padding in regs_written() and regs_read().
by Francisco Jerez
· 8 years ago
937373e
i965/fs: Handle fixed HW GRF subnr in reg_offset().
by Francisco Jerez
· 8 years ago
1a4b7fd
i965/fs: Handle arbitrary offsets in brw_reg_from_fs_reg for MRF/VGRF registers.
by Francisco Jerez
· 8 years ago
d6b6093
i965/fs: Return more accurate read size for LINTERP from fs_inst::size_read.
by Francisco Jerez
· 8 years ago
31a4020
i965/fs: Return more accurate read size from fs_inst::size_read for IMM and UNIFORM files.
by Francisco Jerez
· 8 years ago
728dd30
i965/vec4: Replace vec4_instruction::regs_read with ::size_read using byte units.
by Francisco Jerez
· 8 years ago
e1a918b
i965/fs: Replace fs_inst::regs_read with ::size_read using byte units.
by Francisco Jerez
· 8 years ago
27cb6b0
i965/ir: Drop backend_instruction::regs_written field.
by Francisco Jerez
· 8 years ago
69fdf13
i965/vec4: Replace vec4_instruction::regs_written with ::size_written field in bytes.
by Francisco Jerez
· 8 years ago
69570bb
i965/fs: Replace fs_inst::regs_written with ::size_written field in bytes.
by Francisco Jerez
· 8 years ago
d28cfa3
i965/vec4: Add wrapper functions for vec4_instruction::regs_read and ::regs_written.
by Francisco Jerez
· 8 years ago
c458eeb
i965/fs: Add wrapper functions for fs_inst::regs_read and ::regs_written.
by Francisco Jerez
· 8 years ago
be095e1
i965/fs: Replace fs_reg::subreg_offset with fs_reg::offset expressed in bytes.
by Francisco Jerez
· 8 years ago
9a523dd
i965/ir: Remove backend_reg::reg_offset.
by Francisco Jerez
· 8 years ago
fba020e
i965/vec4: Replace dst/src_reg::reg_offset with dst/src_reg::offset expressed in bytes.
by Francisco Jerez
· 8 years ago
86944e0
i965/fs: Replace fs_reg::reg_offset with fs_reg::offset expressed in bytes.
by Francisco Jerez
· 8 years ago
8ad5fb3
glsl: grammar fix
by Eero Tamminen
· 8 years ago
aa70ac1
docs: Mention AEP in release notes
by Kenneth Graunke
· 8 years ago
8c9ddda
i965: Enable ANDROID_extension_pack_es31a on Gen9+.
by Kenneth Graunke
· 8 years ago
2d8a3fa
nir: Report progress from nir_lower_phis_to_scalar.
by Kenneth Graunke
· 8 years ago
32630e2
nir: Report progress from nir_lower_alu_to_scalar.
by Kenneth Graunke
· 8 years ago
e6eed35
nir: Call nir_metadata_preserve from nir_lower_alu_to_scalar().
by Kenneth Graunke
· 8 years ago
bff90ae
nir/lower_tex: fix typo with sample_dim
by Rob Clark
· 8 years ago
1a8424c
nir: move tex_instr_remove_src
by Rob Clark
· 8 years ago
2c3f966
nir/lower_tex: remove tex_instr_find_src()
by Rob Clark
· 8 years ago
7206b3a
egl: Add storage for EGL_KHR_debug's state to EGL objects
by Kyle Brenneman
· 8 years ago
1d535c1
egl: Factor out _eglGetSyncAttribCommon
by Kyle Brenneman
· 8 years ago
5b0b844
egl: Factor out _eglWaitSyncCommon
by Kyle Brenneman
· 8 years ago
9a99203
egl: Lock the display in _eglCreateSync's callers
by Kyle Brenneman
· 8 years ago
58338c6
egl: Factor out _eglCreateImageCommon (v2)
by Kyle Brenneman
· 8 years ago
82a2e2c
egl: Factor out _eglWaitClientCommon
by Kyle Brenneman
· 8 years ago
8cc3d98
egl: Use _eglCreatePixmapSurfaceCommon consistently
by Kyle Brenneman
· 8 years ago
7d7ae5e
egl: Use _eglCreateWindowSurfaceCommon consistently
by Kyle Brenneman
· 8 years ago
017946b
egl: Factor out _eglGetPlatformDisplayCommon
by Kyle Brenneman
· 8 years ago
fe6ffa7
egl: Fix typo
by Kyle Brenneman
· 8 years ago
e2c067d
egl: Tear down images and syncs at eglTerminate
by Adam Jackson
· 8 years ago
6e50f12
egl: Update eglext.h (v2)
by Kyle Brenneman
· 8 years ago
95f3e58
configure.ac: fix the name of the Wayland Scanner pc file
by Brendan King
· 8 years ago
4bb9efb
gbm: remove left-over array
by Eric Engestrom
· 8 years ago
2527e18
gallium: fix return value check
by Martina Kollarova
· 8 years ago
ab29788
radeonsi: reload PS inputs with direct indexing at each use (v2)
by Marek Olšák
· 8 years ago
007b512
radeonsi: get rid of constant buffer preloading
by Marek Olšák
· 8 years ago
16be87c
radeonsi: get rid of img/buf/sampler descriptor preloading (v2)
by Marek Olšák
· 8 years ago
22797d7
radeonsi: rename get_sampler_desc -> load_sampler_desc
by Marek Olšák
· 8 years ago
5f0a8fb
radeonsi: cosmetic changes in si_shader.c
by Marek Olšák
· 8 years ago
afaf27b
radeonsi: load streamout buffer descriptors before use (v2)
by Marek Olšák
· 8 years ago
f597ac3
vc4: Implement job shuffling
by Eric Anholt
· 8 years ago
f473348
vc4: Handle resolve skipping at job submit time.
by Eric Anholt
· 8 years ago
9688166
vc4: Move the render job state into a separate structure.
by Eric Anholt
· 10 years ago
c31a7f5
vc4: Always unref the current job surfaces at job reset time.
by Eric Anholt
· 8 years ago
774a556
vc4: Move job-submit skip cases to vc4_job_submit().
by Eric Anholt
· 8 years ago
0ef1b32
vc4: Move bin CL trailer to job_submit() time.
by Eric Anholt
· 8 years ago
a2014c2
vc4: Simplify the DISCARD_RANGE handling
by Eric Anholt
· 8 years ago
21a27ad
vc4: Fix incorrect clearing of Z/stencil when cleared separately.
by Eric Anholt
· 8 years ago
89a49af
glsl: add core plumbing for GL_ANDROID_extension_pack_es31a
by Ilia Mirkin
· 8 years ago
83116d0
mesa: introduce glPrimitiveBoundingBoxARB entrypoint
by Ilia Mirkin
· 8 years ago
a69dc2c
mesa: add a GLES3.2 enums section, and expose new MS line width params
by Ilia Mirkin
· 8 years ago
aa7b410
aubinator: Remove bogus "end" parameter in gen_disasm_disassemble()
by Sirisha Gandikota
· 8 years ago
1ab92d8
aubinator: Make gen_disasm_disassemble handle split sends
by Sirisha Gandikota
· 8 years ago
5d24405
aubinator: Simplify print_dword_val() method
by Sirisha Gandikota
· 8 years ago
1eebb60
anv/image: Set correct base_array_layer and array_len for storage images
by Jason Ekstrand
· 8 years ago
106709d
Revert "intel/isl: Ignore base_array_layer and array_len for 3D storage..."
by Jason Ekstrand
· 8 years ago
3301044
anv: Use blorp for doing MSAA resolves
by Jason Ekstrand
· 8 years ago
6bcb1f7
anv: Use blorp for ClearColorImage
by Jason Ekstrand
· 8 years ago
Next »