aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel/fs: Don't allocate a param array for zero push constantsJason Ekstrand2017-11-021-1/+8
* intel/fs: Alloc pull constants off mem_ctxJason Ekstrand2017-11-021-1/+1
* intel: decoder: enable decoding a single fieldLionel Landwerlin2017-11-012-0/+52
* intel: decoder: expose missing find_enum()Lionel Landwerlin2017-11-011-0/+2
* intel: decoder: extract field value computationLionel Landwerlin2017-11-011-30/+37
* intel: decoder: rename field() to field_value()Lionel Landwerlin2017-11-011-18/+18
* intel: decoder: rename internal function to free nameLionel Landwerlin2017-11-011-3/+3
* intel: decoder: simplify field_is_header()Lionel Landwerlin2017-11-012-4/+6
* intel: common: make intel utils available from C++Lionel Landwerlin2017-11-013-0/+25
* intel: decoder: remove unused platform fieldLionel Landwerlin2017-11-011-2/+0
* intel: error-decode: implement a rolling window of programsLionel Landwerlin2017-11-011-14/+23
* intel: decoder: extract instruction/structs lengthLionel Landwerlin2017-11-012-0/+8
* intel: decoder: pack iterator variable declarationsLionel Landwerlin2017-11-011-11/+8
* intel: decoder: simplify creation of struct when 0-allocatedLionel Landwerlin2017-11-011-4/+0
* intel: decoder: add destructor for gen_specLionel Landwerlin2017-11-012-102/+91
* intel: decoder: expose helper to test header fieldsLionel Landwerlin2017-11-012-3/+4
* intel: decoder: don't read qword outside instruction/struct limitLionel Landwerlin2017-11-012-3/+9
* intel: decoder: split out getting the next field and decoding itLionel Landwerlin2017-11-011-10/+21
* intel: decoder: move field name copyLionel Landwerlin2017-11-011-2/+7
* intel: decoder: reorder iterator init functionLionel Landwerlin2017-11-011-14/+14
* intel: common: print out all dword with field spanning multiple dwordsLionel Landwerlin2017-11-011-4/+6
* intel: decoder: build sorted linked lists of fieldsLionel Landwerlin2017-11-012-25/+34
* intel: common: expose gen_spec fieldsLionel Landwerlin2017-11-012-13/+13
* intel/compiler: Add functions to get prog_data and prog_key sizes for a stageJordan Justen2017-10-312-0/+42
* intel/compiler: Add union types for prog_data and prog_key stagesJordan Justen2017-10-311-0/+22
* intel/compiler: Remove final_program_size from brw_compile_*Jordan Justen2017-10-3111-71/+40
* intel/compiler: add new field for storing program sizeCarl Worth2017-10-316-14/+35
* intel/isl: Disable some gen10 CCS_E formats for nowNanley Chery2017-10-311-0/+24
* intel/genxml: Fix decoding of groups with fields smaller than a DWord.Kenneth Graunke2017-10-302-10/+16
* intel: common: silence compiler warningLionel Landwerlin2017-10-301-1/+1
* i965: remove unused variableEric Engestrom2017-10-301-3/+0
* glsl: Remove ir_binop_greater and ir_binop_lequal expressionsIan Romanick2017-10-301-4/+0
* i965: fix blorp stage_prog_data->param leakTapani Pälli2017-10-301-1/+1
* i965: Delete brw_wm_prog_key::drawable_height.Kenneth Graunke2017-10-291-1/+0
* intel/compiler/gen9: Pixel shader header only workaroundTopi Pohjolainen2017-10-281-0/+29
* anv: Fix assert about source attrs.Kenneth Graunke2017-10-271-1/+1
* anv: Drop URB entry output read handling in 3DSTATE_XS.Kenneth Graunke2017-10-271-26/+0
* i965: Delete unused brw_vs_prog_data::nr_attributes field.Kenneth Graunke2017-10-272-2/+0
* intel/tools/disasm: correctly observe FILE *out parameterKevin Rogovin2017-10-261-2/+2
* intel/compiler: brw_validate_instructions to take const void* instead of void*Kevin Rogovin2017-10-262-2/+2
* anv/entrypoints: Dump useful data if mako throws an exceptionJason Ekstrand2017-10-251-5/+17
* intel/compiler: Call nir_lower_system_values in brw_preprocess_nirJason Ekstrand2017-10-252-2/+2
* anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nirJason Ekstrand2017-10-251-1/+2
* anv/pipeline: Drop nir_lower_clip_cull_distance_arraysJason Ekstrand2017-10-251-2/+0
* anv/pipeline: Dump shader immedately after spirv_to_nirJason Ekstrand2017-10-251-0/+15
* intel/eu: Use EXECUTE_1 for JMPIJason Ekstrand2017-10-252-2/+1
* i965/fs: Add brw_reg_type_from_bit_size utility methodAlejandro Piñeiro2017-10-251-5/+64
* i965/fs/nir: Use the nir_src_bit_size helperJason Ekstrand2017-10-251-9/+3
* intel/fs: Handle flag read/write aliasing in needs_src_copyJason Ekstrand2017-10-251-1/+3
* intel/nir: Zero local index const struct for valgrind & nir_serializeJordan Justen2017-10-251-0/+1