aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Update "do not edit" comments with proper filenameDylan Baker2017-03-221-5/+7
* anv: split main into two functions in anv_entrypoints_gen.pyDylan Baker2017-03-221-52/+56
* anv: don't pass xmlfile via stdin anv_entrypoints_gen.pyDylan Baker2017-03-223-23/+16
* anv: make constants capitals in anv_entrypoints_gen.pyDylan Baker2017-03-221-19/+19
* anv: Use python style in anv_entrypoints_gen.pyDylan Baker2017-03-221-31/+36
* anv: anv_entrypoints_gen.py: use a main functionDylan Baker2017-03-221-225/+233
* intel/compiler: consistently use ifndef guards over pragma onceEmil Velikov2017-03-228-5/+31
* intel/common: consistently use ifndef guards over pragma onceEmil Velikov2017-03-221-1/+5
* i965: make brw_setup_image_uniform_values staticEmil Velikov2017-03-221-5/+0
* anv/device: Move push descriptor query handlingJason Ekstrand2017-03-221-8/+8
* anv/image: Return early when unbinding an imageJason Ekstrand2017-03-221-4/+5
* anv: android: remove unused include/vulkan includeEmil Velikov2017-03-221-1/+0
* anv: automake: use the local headers over any system provided onesEmil Velikov2017-03-221-2/+2
* isl: Refactor row pitch calculation (v2)Chad Versace2017-03-211-33/+89
* isl: Drop misplaced comment about paddingChad Versace2017-03-211-46/+0
* i965: Drop AUB_TRACE_* stuff.Kenneth Graunke2017-03-212-8/+5
* intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].Kenneth Graunke2017-03-215-7/+7
* intel: Add a INTEL_DEBUG=color option.Kenneth Graunke2017-03-212-0/+2
* aubinator: Move the guts of decode_group() to decoder.c.Kenneth Graunke2017-03-203-31/+42
* aubinator: Drop spec parameter to decode_group().Kenneth Graunke2017-03-201-13/+12
* aubinator: Make the iterator store a pointer to structure descriptions.Kenneth Graunke2017-03-203-27/+11
* aubinator: Track the current field's starting dword offset.Kenneth Graunke2017-03-203-26/+18
* aubinator: Drop decode_structure() helper.Kenneth Graunke2017-03-201-16/+9
* aubinator: Drop unused print_dword_headers flag.Kenneth Graunke2017-03-201-5/+4
* aubinator: Store a pointer from gen_group back to gen_spec.Kenneth Graunke2017-03-202-0/+2
* aubinator: Store enum textual name in iter->value.Kenneth Graunke2017-03-203-19/+15
* intel: Correct the BDW surface state sizeNanley Chery2017-03-201-1/+1
* anv/genX: Solve the vkCreateGraphicsPipelines crashXu,Randy2017-03-201-2/+2
* genxml: Make MI_STORE_DATA_IMM have a single 64-bit data fieldJason Ekstrand2017-03-176-12/+6
* anv: Turn on inherited queriesJason Ekstrand2017-03-171-1/+1
* anv: Implement pipeline statistics queriesIlia Mirkin2017-03-174-12/+226
* anv: Disable VF statistics for blorp and SOL memcpyJason Ekstrand2017-03-174-3/+18
* anv/pipeline: Enable clipper statisticsJason Ekstrand2017-03-171-0/+1
* genxml: s/Clipper Statistics Enable/Statistics Enable/Jason Ekstrand2017-03-175-5/+5
* anv/query: Rework store_query_resultJason Ekstrand2017-03-171-15/+24
* anv/query: Break GPU query calculation into a helperJason Ekstrand2017-03-171-12/+18
* genxml: Add pipeline statistics registers on gen7+Jason Ekstrand2017-03-174-0/+176
* anv/query: Add a helper for writing a query pool resultJason Ekstrand2017-03-171-16/+17
* anv/query: Use a variable-length slot sizeJason Ekstrand2017-03-172-28/+33
* anv/query: Move the available bits to the frontJason Ekstrand2017-03-172-28/+19
* anv/query: Let 32-bit values wrapJason Ekstrand2017-03-171-2/+0
* anv/device: init timestampPeriod from devinfoRobert Bragg2017-03-171-3/+1
* i965: Allow a per gen timebase scale factorRobert Bragg2017-03-172-2/+35
* anv/device: Remove a use of a compound literalJason Ekstrand2017-03-171-1/+1
* anv/GetQueryPoolResults: Actually implement the specJason Ekstrand2017-03-161-16/+36
* anv/query: Invalidate the correct rangeJason Ekstrand2017-03-161-2/+6
* anv/query: Fix the location of timestamp availabilityJason Ekstrand2017-03-161-1/+1
* genxml: Add XML version tagsJason Ekstrand2017-03-168-0/+8
* aubinator: Use fprintf for output.Kenneth Graunke2017-03-161-69/+73
* aubinator: Reuse decode_structure code for handling commandsKenneth Graunke2017-03-161-23/+16