aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* anv: Install the installable ICDJason Ekstrand2016-04-141-0/+3
* anv/intel_icd: Don't provide an absolute pathJason Ekstrand2016-04-142-3/+2
* configure: Add initial support for enabling Vulkan driversJason Ekstrand2016-04-141-1/+5
* anv/pipeline: Use the right mask for lower_indirect_derefsJason Ekstrand2016-04-141-3/+3
* spirv: Move to compiler/Jason Ekstrand2016-04-141-1/+1
* Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-04-131-1/+1
* anv: Remove default scissor and viewport conceptsNanley Chery2016-04-134-49/+9
* anv: Replace ::disable_scissor with ::use_rectlistsNanley Chery2016-04-137-7/+2
* anv: Delete anv_graphics_pipeline_create_info::disable_viewportNanley Chery2016-04-135-5/+0
* gen{7,8}_pipeline: Always set ViewportXYClipTestEnableNanley Chery2016-04-132-2/+2
* gen{7,8}_pipeline: Apply 3DPRIM_RECTLIST restrictionsNanley Chery2016-04-132-4/+4
* anv_cmd_buffer: Don't make the initial state dirtyNanley Chery2016-04-131-1/+1
* anv/meta: Don't set the dynamic state for disabled operationsNanley Chery2016-04-134-82/+3
* anv/clear: Disable the scissor operationNanley Chery2016-04-131-0/+1
* anv/pipeline: Set up flat enables correctlyJason Ekstrand2016-04-091-0/+1
* genxml: Fix the name of a 3DSTATE_SF/SBE field on gen6-7.5Jason Ekstrand2016-04-093-3/+3
* genxml: Break output detail of 3DSTATE_SF on gen7 into a structJason Ekstrand2016-04-091-41/+24
* genxml: Fix up MOCS in RENDER_SURFACE_STATE on gen6 to match gen7Jason Ekstrand2016-04-091-1/+2
* anv/meta: Make clflushes conditional on !devinfo->has_llcJason Ekstrand2016-04-082-3/+6
* anv/formats: Advertise blit support for stencilJason Ekstrand2016-04-081-6/+4
* anv/blit2d: Add support for W-tiled destinationsJason Ekstrand2016-04-081-44/+322
* isl/surface_state: Set the correct pitch for W-tiled surfacesJason Ekstrand2016-04-081-1/+13
* anv/blit2d: Add another passthrough varying to the VSJason Ekstrand2016-04-081-0/+9
* anv/image: Remove the offset parameter from image_view_initJason Ekstrand2016-04-086-11/+9