summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* anv/query: Write both dwords in emit_zero_queriesJason Ekstrand2018-09-191-0/+5
* i965/fs: Don't propagate conditional modifiers from integer compares to addsIan Romanick2018-09-191-1/+9
* anv: Support v3 of VK_EXT_vertex_attribute_divisorJason Ekstrand2018-09-122-1/+9
* anv: Clamp scissors to the framebuffer boundaryJason Ekstrand2018-09-082-3/+5
* i965/tools: 32bit compilation with mesonSergii Romantsov2018-09-081-1/+1
* anv: Disable the vertex cache when tessellating on SKL GT4Jason Ekstrand2018-09-081-1/+22
* anv: Re-emit vertex buffers when the pipeline changesJason Ekstrand2018-09-081-0/+2
* intel: compiler option msse2 and mstackrealignSergii Romantsov2018-09-083-3/+4
* anv/pipeline: Only consider double elements which actually existJason Ekstrand2018-09-081-1/+2
* anv/blorp: Do more flushing around HiZ clearsJason Ekstrand2018-09-031-11/+33
* i965/vec4: Clamp indirect tes input array reads with 0x0fffffffIan Romanick2018-09-031-1/+11
* i965/vec4: Correctly handle uniform sources in generate_tes_add_indirect_urb_...Ian Romanick2018-09-031-1/+14
* anv: blorp: support multiple aspect blitsLionel Landwerlin2018-08-301-70/+75
* anv: Claim to support depthBounds for ID gamesJason Ekstrand2018-08-301-0/+9
* anv: Copy the appliation info into the instanceJason Ekstrand2018-08-302-8/+33
* intel: decoder: handle 0 sized structsLionel Landwerlin2018-08-281-4/+8
* intel/batch_decoder: Print blend states properlyJason Ekstrand2018-08-281-1/+16
* intel/batch_decoder: Fix dynamic state printingJason Ekstrand2018-08-281-2/+2
* intel/decoder: Clean up field iteration and fix sub-dword fieldsJason Ekstrand2018-08-281-16/+16
* intel: decoder: unify MI_BB_START field namingLionel Landwerlin2018-08-283-7/+7
* anv: Fill holes in the VF VUE to zeroJason Ekstrand2018-08-271-1/+28
* intel/isl: Avoid tiling some 16K-wide render targetsNanley Chery2018-08-231-0/+23
* anv/lower_ycbcr: Use the binding array size for bounds checksJason Ekstrand2018-08-181-6/+4
* Revert "intel/nir: Call nir_lower_io_to_scalar_early"Jason Ekstrand2018-08-161-12/+5
* blorp: Properly handle Z24X8 blits.Kenneth Graunke2018-08-132-12/+11
* blorp: Don't try to use R32_UNORM for R24_UNORM_X8_TYPELESS rendering.Kenneth Graunke2018-08-131-5/+5
* intel: Switch the order of the 2x MSAA sample positionsJason Ekstrand2018-08-132-5/+15
* intel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.Kenneth Graunke2018-08-101-0/+20
* intel/tools: add missing variable initialisationEric Engestrom2018-08-091-1/+1
* intel: aubinator: fix read the context/ringLionel Landwerlin2018-08-061-2/+2
* intel/tools: add error2aub creation into autotoolsAndres Gomez2018-08-021-1/+23
* intel/compiler: Add brw_get_compiler_config_value for disk cacheJordan Justen2018-08-013-1/+41
* i965: Disable shader cache with INTEL_DEBUG=shader_timeJordan Justen2018-08-011-2/+5
* anv/pipeline: Add populate_tcs/tes_key helpersJason Ekstrand2018-08-011-3/+25
* anv/pipeline: Rework the parameters to populate_wm_prog_keyJason Ekstrand2018-08-011-22/+24
* anv/pipeline: More aggressively optimize away color attachmentsJason Ekstrand2018-08-012-5/+14
* anv: Restrict the number of color regions to those actually writtenJason Ekstrand2018-08-011-0/+5
* anv/pipeline: Fix up deref modes if we delete a FS outputJason Ekstrand2018-08-011-0/+5
* intel/nir: Call nir_lower_io_to_scalar_earlyJason Ekstrand2018-08-011-5/+12
* intel/nir: Split IO arrays into elementsJason Ekstrand2018-08-011-0/+4
* i965/fs: Flag all slots of a flat input as flatJason Ekstrand2018-08-011-6/+9
* intel/nir: Use the correct scalar stage for consumers when linkingJason Ekstrand2018-08-011-1/+1
* intel: tools: aubwrite: split gen[89] from gen10+Lionel Landwerlin2018-08-015-186/+416
* python: Explicitly use byte stringsMathieu Bridon2018-08-011-2/+2
* python: Open file in binary modeMathieu Bridon2018-08-011-1/+1
* python: Better get character ordinalsMathieu Bridon2018-08-011-2/+2
* intel/compiler: implement 8-bit constant loadIago Toral Quiroga2018-08-011-0/+5
* intel/compiler: add setup_imm_(u)b helpersIago Toral Quiroga2018-08-012-0/+22
* i965/icl: Disable binding table prefetchingTopi Pohjolainen2018-07-271-0/+7
* intel/compiler: fix lower conversions to account for predicationIago Toral Quiroga2018-07-271-1/+4