aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
...
* i965/blorp: Instruct vertex fetcher to provide prim instance idTopi Pohjolainen2016-09-121-4/+22
* isl/gen8+: Allow 1D and 3D auxiliary surfacesTopi Pohjolainen2016-09-121-1/+2
* aubinator: only use program_invocation_short_name with glibc/cygwinJonathan Gray2016-09-081-1/+7
* aubinator: include libgen.h for basename(3)Jonathan Gray2016-09-081-0/+1
* aubinator: stop using non portable error() functionJonathan Gray2016-09-081-16/+30
* anv: Link to libX11-xcb only when unneededChad Versace2016-09-081-3/+5
* intel/blorp: Allow single slice converter to suppress number of layersTopi Pohjolainen2016-09-081-3/+0
* anv/pipeline: Lower indirect outputs when EmitNoIndirectOutput is setJason Ekstrand2016-09-061-0/+2
* android: intel: fix include paths in new "common" libraryMauro Rossi2016-09-031-0/+6
* anv: Move cmd_buffer_config_l3 into anv_cmd_buffer.cJason Ekstrand2016-09-036-207/+162
* anv/cmd_buffer: Move emit_lri and emit_lrm higher upJason Ekstrand2016-09-031-19/+19
* anv: Refactor pipeline l3 config setupJason Ekstrand2016-09-035-67/+25
* anv: Leverage the shared L3$ config codeJason Ekstrand2016-09-032-345/+37
* intel: Pull the guts of gen7_l3_state.c into a shared helperJason Ekstrand2016-09-033-1/+397
* intel: Rename brw_get_device_name/info to gen_get_device_name/infoJason Ekstrand2016-09-035-10/+10
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-0319-92/+92
* intel: Add a new "common" library for more code sharingJason Ekstrand2016-09-0315-5/+737
* intel/blorp: fix typo in android makefileMauro Rossi2016-09-031-1/+1
* isl: round format alignment to nearest power of 2Lionel Landwerlin2016-09-012-0/+10
* mesa: Add some more .gitignoreJason Ekstrand2016-08-311-0/+1
* aubinator: fix if indentation and add brackets to multiline bodyTimothy Arceri2016-08-311-3/+4
* anv: Rework pipeline cachingJason Ekstrand2016-08-308-432/+320
* anv: Add a struct for storing a compiled shaderJason Ekstrand2016-08-303-0/+160
* anv: Add pipeline_has_stage guards a few placesJason Ekstrand2016-08-304-10/+40
* anv: Remove unused fields from anv_pipeline_bind_mapJason Ekstrand2016-08-301-2/+0
* anv/pipeline: Properly handle OOM during shader compilationJason Ekstrand2016-08-302-15/+30
* anv/allocator: Correctly set the number of bucketsJason Ekstrand2016-08-301-1/+1
* anv/pipeline: Fix bind maps for fragment output arraysJason Ekstrand2016-08-301-1/+1
* anv/descriptor_set: memset anv_descriptor_set_layoutJason Ekstrand2016-08-301-2/+1
* anv/wayland: fix assert typoEric Engestrom2016-08-301-1/+1
* anv/meta: fix unreachable() typoEric Engestrom2016-08-301-1/+1
* intel/blorp: Inline get_vs_entry_size into emit_urb_configJason Ekstrand2016-08-301-23/+18
* isl/state: Add some asserts about format capabilitiesJason Ekstrand2016-08-291-0/+5
* intel/blorp: Add a format parameter to blorp_fast_clearJason Ekstrand2016-08-292-3/+3
* i965: Move blorp into src/intel/blorpJason Ekstrand2016-08-2911-0/+3987
* android: intel: Flatten the makefile structureMauro Rossi2016-08-293-46/+74
* isl: Allow multisampled array texturesJason Ekstrand2016-08-261-4/+4
* nir: Change nir_shader_get_entrypoint to return an impl.Kenneth Graunke2016-08-251-2/+3
* intel: Flatten the makefile structureJason Ekstrand2016-08-258-182/+189
* isl/tests: Use a longer path for isl.hJason Ekstrand2016-08-251-2/+2
* intel/isl/gen9: Only use the magic 1D alignment for GEN9_1D surfacesJason Ekstrand2016-08-251-1/+1
* intel/isl: Pass the dim_layout into choose_alignment_elJason Ekstrand2016-08-2511-13/+24
* intel/isl: Use DIM_LAYOUT_GEN4_2D for tiled 1-D surfaces on SKLJason Ekstrand2016-08-251-5/+23
* anv: Include the pipeline layout in the shader hashJason Ekstrand2016-08-244-4/+40
* anv: Add a --disable-vulkan-icd-full-driver-path optionJason Ekstrand2016-08-252-2/+8
* anv: meta_blit2d: adapt texel fetch pitch for fake w-tiledLionel Landwerlin2016-08-241-1/+3
* aubinator: Style fixes.Kenneth Graunke2016-08-234-34/+45
* aubinator: Fix the tool to correctly decode the DWordsSirisha Gandikota2016-08-233-53/+189
* aubinator: Add a new tool called Aubinator to the src/intel/tools folder.Kristian Høgsberg Kristensen2016-08-236-0/+1851
* isl/formats: Integer formats are not filterableJason Ekstrand2016-08-231-8/+8