Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
d6710fe874cce4c01d48279e25210279a06c7543
/
src
/
intel
951a5dc
intel/nir: Use the correct indirect lowering masks in link_shaders
by Jason Ekstrand
· 7 years ago
f98a276
mesa: Add new fast mtx_t mutex type for basic use cases
by Timothy Arceri
· 7 years ago
3e63cf8
intel/nir: Break the linking code into a helper in brw_nir.c
by Jason Ekstrand
· 7 years ago
7364f08
intel/nir: Add a helper for getting the NoIndirect mask
by Jason Ekstrand
· 7 years ago
ba414db
automake: intel: correctly append to the LIBADD variable
by Emil Velikov
· 7 years ago
d002950
intel/fs/nir: Return Q types from brw_reg_type_for_bit_size
by Jason Ekstrand
· 7 years ago
dee58ec
intel/fs/nir: Use Q immediates for load_const on gen8+
by Jason Ekstrand
· 7 years ago
9bb3489
intel/fs/nir: Setup immediates based on type in i2b and f2b
by Jason Ekstrand
· 7 years ago
1cb210f
intel/reg: Add helpers for 64-bit integer immediates
by Jason Ekstrand
· 7 years ago
ab9220e
nir,intel/compiler: Use a fixed subgroup size
by Jason Ekstrand
· 7 years ago
a026458
nir/lower_subgroups: Lower ballot intrinsics to the specified bit size
by Jason Ekstrand
· 7 years ago
28da82f
nir: Add a new subgroups lowering pass
by Jason Ekstrand
· 7 years ago
1ca3a94
intel/fs: Don't use automatic exec size inference
by Jason Ekstrand
· 7 years ago
dc4cf11
intel/fs: Explicitly set EXECUTE_1 where needed
by Jason Ekstrand
· 7 years ago
ab37873
intel/eu: Explicitly set EXECUTE_1 where needed
by Jason Ekstrand
· 7 years ago
8280560
intel/eu: Make automatic exec sizes a configurable option
by Jason Ekstrand
· 7 years ago
7a82ad5
intel/fs: Rework zero-length URB write handling
by Jason Ekstrand
· 7 years ago
6132992
intel/compiler/fs: Set up subgroup invocation as a system value
by Jason Ekstrand
· 7 years ago
295605c
intel/cs: Push subgroup ID instead of base thread ID
by Jason Ekstrand
· 7 years ago
6411def
intel/cs: Re-run final NIR optimizations for each SIMD size
by Jason Ekstrand
· 7 years ago
4e79a77
intel/compiler: Move the destructor from vec4_visitor to backend_shader
by Jason Ekstrand
· 7 years ago
16ada41
i965/fs: Get rid of the early return in brw_compile_cs
by Jason Ekstrand
· 7 years ago
80ddfab
intel/cs: Rework the way thread local ID is handled
by Jason Ekstrand
· 7 years ago
25f7453
intel/fs: Mark 64-bit values as being contiguous
by Jason Ekstrand
· 7 years ago
c4c8cba
intel/cs: Ignore runtime_check_aads_emit for CS
by Jason Ekstrand
· 7 years ago
d4de813
intel/cs: Stop setting dispatch_grf_start_reg
by Jason Ekstrand
· 7 years ago
b1a9cde
intel/cs: Drop max_dispatch_width checks from compile_cs
by Jason Ekstrand
· 7 years ago
1077981
intel/fs: Remove min_dispatch_width from fs_visitor
by Jason Ekstrand
· 7 years ago
b299ded
intel/fs: use pull constant locations to check for first compile of a shader
by Jason Ekstrand
· 7 years ago
103081c
intel/fs: Retype dest to match value in read[First]Invocation
by Jason Ekstrand
· 7 years ago
ebaee9d
intel/fs: Uniformize the index in readInvocation
by Jason Ekstrand
· 7 years ago
b67230d
intel/fs: Protect opt_algebraic from OOB BROADCAST indices
by Jason Ekstrand
· 7 years ago
aa4ff4b
i965/fs/nir: Don't stomp 64-bit values to D in get_nir_src
by Jason Ekstrand
· 7 years ago
ec8c664
i965/fs/nir: Minor refactor of store_output
by Jason Ekstrand
· 7 years ago
030d2b5
i965/fs: Return a fs_reg from shuffle_64bit_data_for_32bit_write
by Jason Ekstrand
· 7 years ago
6197a6b
i965/fs/nir: Simplify 64-bit store_output
by Jason Ekstrand
· 7 years ago
18fde36
intel/fs: Use the original destination region for int MUL lowering
by Jason Ekstrand
· 7 years ago
d54f8ec
intel/fs: Fix integer multiplication lowering for src/dst hazards
by Jason Ekstrand
· 7 years ago
fd1bccc
intel/fs: Fix MOV_INDIRECT for 64-bit values on little-core
by Jason Ekstrand
· 7 years ago
6041a31
intel/eu: Fix broadcast instruction for 64-bit values on little-core
by Jason Ekstrand
· 7 years ago
10e4fee
intel/eu/reg: Add a subscript() helper
by Jason Ekstrand
· 7 years ago
068beb4
intel/eu: Just modify the offset in brw_broadcast
by Jason Ekstrand
· 7 years ago
e3bcc86
intel/compiler: Add some restrictions to MOV_INDIRECT and BROADCAST
by Jason Ekstrand
· 7 years ago
1b8ef49
intel/fs: Use a pair of 1-wide MOVs instead of SEL for any/all
by Jason Ekstrand
· 7 years ago
1f41663
intel/fs: Use an explicit D type for vote any/all/eq intrinsics
by Jason Ekstrand
· 7 years ago
6c00240
intel/fs: Don't stomp f0.1 in SIMD16 ballot
by Jason Ekstrand
· 7 years ago
def013a
intel/fs: Use ANY/ALL32 predicates in SIMD32
by Jason Ekstrand
· 7 years ago
0d90559
intel/fs: Be more explicit about our placement of [un]zip
by Jason Ekstrand
· 7 years ago
fcd4adb
intel/fs: Pass builders instead of blocks into emit_[un]zip
by Jason Ekstrand
· 7 years ago
e8c9e65
intel/fs: Use a pure vertical stride for large register strides
by Jason Ekstrand
· 7 years ago
3ea37d0
anv: Suffix anv-private 'VK' tokens with 'ANV'
by Chad Versace
· 7 years ago
012b54c
anv: Remove unused variable 'gen'
by Chad Versace
· 7 years ago
172e8e4
intel/fs: Don't allocate a param array for zero push constants
by Jason Ekstrand
· 7 years ago
7b43875
intel/fs: Alloc pull constants off mem_ctx
by Jason Ekstrand
· 7 years ago
8d8b9d1
intel: decoder: enable decoding a single field
by Lionel Landwerlin
· 7 years ago
bb16503
intel: decoder: expose missing find_enum()
by Lionel Landwerlin
· 7 years ago
ad876f7
intel: decoder: extract field value computation
by Lionel Landwerlin
· 7 years ago
81aee9f
intel: decoder: rename field() to field_value()
by Lionel Landwerlin
· 7 years ago
69d1585
intel: decoder: rename internal function to free name
by Lionel Landwerlin
· 7 years ago
2015693
intel: decoder: simplify field_is_header()
by Lionel Landwerlin
· 7 years ago
cab93a9
intel: common: make intel utils available from C++
by Lionel Landwerlin
· 7 years ago
ea14ba0
intel: decoder: remove unused platform field
by Lionel Landwerlin
· 7 years ago
938f62a
intel: error-decode: implement a rolling window of programs
by Lionel Landwerlin
· 7 years ago
38f338c
intel: decoder: extract instruction/structs length
by Lionel Landwerlin
· 7 years ago
2795316
intel: decoder: pack iterator variable declarations
by Lionel Landwerlin
· 7 years ago
1cf1591
intel: decoder: simplify creation of struct when 0-allocated
by Lionel Landwerlin
· 7 years ago
eb00b8b
intel: decoder: add destructor for gen_spec
by Lionel Landwerlin
· 7 years ago
de213b4
intel: decoder: expose helper to test header fields
by Lionel Landwerlin
· 7 years ago
68e1853
intel: decoder: don't read qword outside instruction/struct limit
by Lionel Landwerlin
· 7 years ago
f5e5ca1
intel: decoder: split out getting the next field and decoding it
by Lionel Landwerlin
· 7 years ago
ffa011d
intel: decoder: move field name copy
by Lionel Landwerlin
· 7 years ago
0698318
intel: decoder: reorder iterator init function
by Lionel Landwerlin
· 7 years ago
1b369ac
intel: common: print out all dword with field spanning multiple dwords
by Lionel Landwerlin
· 7 years ago
3ae5c57
intel: decoder: build sorted linked lists of fields
by Lionel Landwerlin
· 7 years ago
957a6ee
intel: common: expose gen_spec fields
by Lionel Landwerlin
· 7 years ago
f082d7f
intel/compiler: Add functions to get prog_data and prog_key sizes for a stage
by Jordan Justen
· 7 years ago
05b1193
intel/compiler: Add union types for prog_data and prog_key stages
by Jordan Justen
· 7 years ago
3dcbc5c
intel/compiler: Remove final_program_size from brw_compile_*
by Jordan Justen
· 7 years ago
5406360
intel/compiler: add new field for storing program size
by Carl Worth
· 9 years ago
c7baaaf
intel/isl: Disable some gen10 CCS_E formats for now
by Nanley Chery
· 7 years ago
28fcf5c
intel/genxml: Fix decoding of groups with fields smaller than a DWord.
by Kenneth Graunke
· 7 years ago
a1faf48
intel: common: silence compiler warning
by Lionel Landwerlin
· 7 years ago
ceaad79
i965: remove unused variable
by Eric Engestrom
· 7 years ago
6403efb
glsl: Remove ir_binop_greater and ir_binop_lequal expressions
by Ian Romanick
· 9 years ago
446c572
i965: fix blorp stage_prog_data->param leak
by Tapani Pälli
· 7 years ago
d1b392d
i965: Delete brw_wm_prog_key::drawable_height.
by Kenneth Graunke
· 7 years ago
97e01ad
intel/compiler/gen9: Pixel shader header only workaround
by Topi Pohjolainen
· 7 years ago
70cd05d
anv: Fix assert about source attrs.
by Kenneth Graunke
· 7 years ago
49d3c00
anv: Drop URB entry output read handling in 3DSTATE_XS.
by Kenneth Graunke
· 7 years ago
2c87306
i965: Delete unused brw_vs_prog_data::nr_attributes field.
by Kenneth Graunke
· 7 years ago
e640b3f
intel/tools/disasm: correctly observe FILE *out parameter
by Kevin Rogovin
· 7 years ago
75d10e4
intel/compiler: brw_validate_instructions to take const void* instead of void*
by Kevin Rogovin
· 7 years ago
3720d91
anv/entrypoints: Dump useful data if mako throws an exception
by Jason Ekstrand
· 7 years ago
d24311b
intel/compiler: Call nir_lower_system_values in brw_preprocess_nir
by Jason Ekstrand
· 7 years ago
279f8fb
anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir
by Jason Ekstrand
· 7 years ago
afa0ddb
anv/pipeline: Drop nir_lower_clip_cull_distance_arrays
by Jason Ekstrand
· 7 years ago
e758b65
anv/pipeline: Dump shader immedately after spirv_to_nir
by Jason Ekstrand
· 7 years ago
562b8d4
intel/eu: Use EXECUTE_1 for JMPI
by Jason Ekstrand
· 7 years ago
4723933
i965/fs: Add brw_reg_type_from_bit_size utility method
by Alejandro Piñeiro
· 7 years ago
99778e7
i965/fs/nir: Use the nir_src_bit_size helper
by Jason Ekstrand
· 7 years ago
Next »