summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2017-11-01intel: decoder: enable decoding a single fieldLionel Landwerlin2-0/+52
2017-11-01intel: decoder: expose missing find_enum()Lionel Landwerlin1-0/+2
2017-11-01intel: decoder: extract field value computationLionel Landwerlin1-30/+37
2017-11-01intel: decoder: rename field() to field_value()Lionel Landwerlin1-18/+18
2017-11-01intel: decoder: rename internal function to free nameLionel Landwerlin1-3/+3
2017-11-01intel: decoder: simplify field_is_header()Lionel Landwerlin2-4/+6
2017-11-01intel: common: make intel utils available from C++Lionel Landwerlin3-0/+25
2017-11-01intel: decoder: remove unused platform fieldLionel Landwerlin1-2/+0
2017-11-01intel: error-decode: implement a rolling window of programsLionel Landwerlin1-14/+23
2017-11-01intel: decoder: extract instruction/structs lengthLionel Landwerlin2-0/+8
2017-11-01intel: decoder: pack iterator variable declarationsLionel Landwerlin1-11/+8
2017-11-01intel: decoder: simplify creation of struct when 0-allocatedLionel Landwerlin1-4/+0
2017-11-01intel: decoder: add destructor for gen_specLionel Landwerlin2-102/+91
2017-11-01intel: decoder: expose helper to test header fieldsLionel Landwerlin2-3/+4
2017-11-01intel: decoder: don't read qword outside instruction/struct limitLionel Landwerlin2-3/+9
2017-11-01intel: decoder: split out getting the next field and decoding itLionel Landwerlin1-10/+21
2017-11-01intel: decoder: move field name copyLionel Landwerlin1-2/+7
2017-11-01intel: decoder: reorder iterator init functionLionel Landwerlin1-14/+14
2017-11-01intel: common: print out all dword with field spanning multiple dwordsLionel Landwerlin1-4/+6
2017-11-01intel: decoder: build sorted linked lists of fieldsLionel Landwerlin2-25/+34
2017-11-01intel: common: expose gen_spec fieldsLionel Landwerlin2-13/+13
2017-10-31intel/compiler: Add functions to get prog_data and prog_key sizes for a stageJordan Justen2-0/+42
2017-10-31intel/compiler: Add union types for prog_data and prog_key stagesJordan Justen1-0/+22
2017-10-31intel/compiler: Remove final_program_size from brw_compile_*Jordan Justen11-71/+40
2017-10-31intel/compiler: add new field for storing program sizeCarl Worth6-14/+35
2017-10-31intel/isl: Disable some gen10 CCS_E formats for nowNanley Chery1-0/+24
2017-10-30intel/genxml: Fix decoding of groups with fields smaller than a DWord.Kenneth Graunke2-10/+16
2017-10-30intel: common: silence compiler warningLionel Landwerlin1-1/+1
2017-10-30i965: remove unused variableEric Engestrom1-3/+0
2017-10-30glsl: Remove ir_binop_greater and ir_binop_lequal expressionsIan Romanick1-4/+0
2017-10-30i965: fix blorp stage_prog_data->param leakTapani Pälli1-1/+1
2017-10-29i965: Delete brw_wm_prog_key::drawable_height.Kenneth Graunke1-1/+0
2017-10-28intel/compiler/gen9: Pixel shader header only workaroundTopi Pohjolainen1-0/+29
2017-10-27anv: Fix assert about source attrs.Kenneth Graunke1-1/+1
2017-10-27anv: Drop URB entry output read handling in 3DSTATE_XS.Kenneth Graunke1-26/+0
2017-10-27i965: Delete unused brw_vs_prog_data::nr_attributes field.Kenneth Graunke2-2/+0
2017-10-26intel/tools/disasm: correctly observe FILE *out parameterKevin Rogovin1-2/+2
2017-10-26intel/compiler: brw_validate_instructions to take const void* instead of void*Kevin Rogovin2-2/+2
2017-10-25anv/entrypoints: Dump useful data if mako throws an exceptionJason Ekstrand1-5/+17
2017-10-25intel/compiler: Call nir_lower_system_values in brw_preprocess_nirJason Ekstrand2-2/+2
2017-10-25anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nirJason Ekstrand1-1/+2
2017-10-25anv/pipeline: Drop nir_lower_clip_cull_distance_arraysJason Ekstrand1-2/+0
2017-10-25anv/pipeline: Dump shader immedately after spirv_to_nirJason Ekstrand1-0/+15
2017-10-25intel/eu: Use EXECUTE_1 for JMPIJason Ekstrand2-2/+1
2017-10-25i965/fs: Add brw_reg_type_from_bit_size utility methodAlejandro Piñeiro1-5/+64
2017-10-25i965/fs/nir: Use the nir_src_bit_size helperJason Ekstrand1-9/+3
2017-10-25intel/fs: Handle flag read/write aliasing in needs_src_copyJason Ekstrand1-1/+3
2017-10-25intel/nir: Zero local index const struct for valgrind & nir_serializeJordan Justen1-0/+1
2017-10-24meson: extract out variable for nir_algebraic.pyRob Clark1-1/+1
2017-10-24i965: Fix memmem compiler warnings.Eric Anholt1-1/+2