summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv: use a common variable to manage the library dependenciesEmil Velikov2016-05-011-11/+15
* anv: use the GENERATED_FILES variableEmil Velikov2016-05-012-2/+1
* anv: fold the tests' makefileEmil Velikov2016-05-012-49/+15
* anv: build the core vulkan only onceEmil Velikov2016-05-011-8/+6
* anv: kill off custom CFLAGSEmil Velikov2016-05-011-10/+6
* anv: add missing link against the math libraryEmil Velikov2016-05-011-1/+2
* anv: split sources lists to Makefile.sourcesEmil Velikov2016-05-012-61/+111
* anv: remove custom rule to install the intel_icd.jsonEmil Velikov2016-05-011-10/+1
* anv: tweak the LDFLAGSEmil Velikov2016-05-011-1/+6
* anv: tweak the %.json ruleEmil Velikov2016-05-011-4/+3
* anv: add a comment about dev_icd.jsonEmil Velikov2016-05-011-0/+1
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-283-4/+4
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-283-4/+4
* anv/lower_push_constants: fixup for nir_foreach_block()Jason Ekstrand2016-04-281-22/+18
* anv/apply_pipeline_layout: fixup for nir_foreach_block()Jason Ekstrand2016-04-281-22/+19
* anv/apply_dynamic_offsets: fixup for nir_foreach_block()Jason Ekstrand2016-04-281-33/+22
* anv/dynamic_offsets: Fix the order of arguments to nir_build_immJason Ekstrand2016-04-281-2/+2
* anv: Fix a build error caused by recent fp64 NIR changesJason Ekstrand2016-04-281-2/+3
* anv/formats: Return proper error code for unsupported formatsNanley Chery2016-04-271-1/+1
* anv/device: Set the compressed texture feature flags correctlyNanley Chery2016-04-271-2/+3
* anv: honor DESTDIR when installing icd fileLaurent Carlier2016-04-261-1/+1
* anv: fix warnings in release buildGrazvydas Ignotas2016-04-254-4/+4
* anv/image: Use the has_matching_typed_storage_image_format helper from islJason Ekstrand2016-04-211-12/+3
* isl: Take a devinfo in lower_storage_image_format instead of an isl_deviceJason Ekstrand2016-04-211-1/+1
* i965: Generalize wm_key->compute_sample_id to wm_key->multisample_fbo.Kenneth Graunke2016-04-201-1/+1
* i965: Delete now dead persample_2x FS program key flag.Kenneth Graunke2016-04-201-3/+0
* anv: s/anv_batch_emit_blk/anv_batch_emit/Jason Ekstrand2016-04-2011-138/+133
* anv: Remove the old emit macroJason Ekstrand2016-04-201-10/+0
* anv/gen7_pipeline: Use the new emit macroJason Ekstrand2016-04-201-113/+124
* anv/gen7_cmd_buffer: Use the new emit macroJason Ekstrand2016-04-201-52/+70
* anv/device: Use the new emit macroJason Ekstrand2016-04-202-12/+13
* anv/state: Use the new emit macroJason Ekstrand2016-04-201-77/+78
* anv/gen8_pipeline: Use the new emit macroJason Ekstrand2016-04-201-177/+191
* anv/genX_pipeline: Use the new emit macroJason Ekstrand2016-04-202-38/+45
* anv/gen8_cmd_buffer: Use the new emit macroJason Ekstrand2016-04-201-74/+87
* anv/cmd_buffer: Use the new emit macro for quariesJason Ekstrand2016-04-201-24/+32
* anv/cmd_buffer: Use the new emit macro for DRAWING_RECTANGLEJason Ekstrand2016-04-201-9/+10
* anv/cmd_buffer: Use the new emit macro for compute shader dispatchJason Ekstrand2016-04-201-52/+64
* anv/cmd_buffer: Use the new emit macro for 3DSTATE_CONSTANTJason Ekstrand2016-04-201-10/+11
* anv/cmd_buffer: Use the new emit macro for DEPTH/STENCIL_BUFFERJason Ekstrand2016-04-201-34/+42
* anv/cmd_buffer: Use the new emit macro for PIPE_CONTROL and STATE_BASE_ADDRESSJason Ekstrand2016-04-201-62/+76
* anv/cmd_buffer: Use the new emit macro for 3DPRIMITIVE commandsJason Ekstrand2016-04-201-24/+28
* anv: Add a new block-based batch emit macroJason Ekstrand2016-04-201-0/+9
* anv: fix build without Wayland platformMarcin Ĺšlusarz2016-04-202-7/+5
* anv: fix building on i686 with -mcpu=genericLaurent Carlier2016-04-201-1/+1
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-203-4/+7
* anv/apply_dynamic_offsets: Provide a range on the load_uniformJason Ekstrand2016-04-201-1/+3
* anv/lower_push_constants: Stop treating scalar speciallyJason Ekstrand2016-04-203-28/+4
* anv/device: Images are only enabled in scalar stagesJason Ekstrand2016-04-151-2/+2
* anv: Advertise vertexPipelineStoresAndAtomics based on scalar stagesJason Ekstrand2016-04-151-1/+5