summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Always try to create a logical contextChris Wilson2018-05-031-15/+14
* spirv: Apply OriginUpperLeft to FragCoordNeil Roberts2018-05-031-3/+3
* spirv: convert some operands for bitwise shift and bitwise ops to uint32Samuel Iglesias Gonsálvez2018-05-031-0/+35
* mesa: enable geom shaders in OpenGL 3.2 Compat profileTimothy Arceri2018-05-031-2/+1
* radv: UseEnumerateInstanceVersion for the default version.Bas Nieuwenhuizen2018-05-021-1/+1
* radv: Don't check the incoming apiVersion on CreateInstance.Bas Nieuwenhuizen2018-05-021-9/+0
* radv: Allow vkEnumerateInstanceVersion ProcAddr without instance.Bas Nieuwenhuizen2018-05-021-1/+1
* intel: aubinator: add an option to limit the number of decoded VBO linesLionel Landwerlin2018-05-021-16/+23
* intel: decoder: limit to the number decoded lines from VBOLionel Landwerlin2018-05-023-8/+17
* anv: Advertise variableMultisampleRateJason Ekstrand2018-05-021-1/+1
* nir: add missing dependency in meson.buildRob Clark2018-05-021-1/+1
* radv: fix multisample image copiesMatthew Nicholls2018-05-022-110/+196
* intel: Fix 3DSTATE_CONSTANT buffer decoding.Kenneth Graunke2018-05-021-15/+25
* intel: fix aubinator includeLionel Landwerlin2018-05-021-1/+1
* i965: Reuse batch decoder infrastructure rather than open coding it.Kenneth Graunke2018-05-023-223/+55
* intel: Give the batch decoder a callback to ask about state size.Kenneth Graunke2018-05-024-6/+28
* intel: Move batch decoder/disassembler from tools/ to common/Kenneth Graunke2018-05-027-11/+9
* i965: Allocate shadow batches to explicitly be the BO size.Kenneth Graunke2018-05-021-7/+5
* intel: batch-decoder: iterate VERTEX_BUFFER_STATE fieldsLionel Landwerlin2018-05-021-31/+39
* intel: decoder: fix starting dword of struct fieldsLionel Landwerlin2018-05-021-2/+3
* intel: decoder: document when fields should be usedLionel Landwerlin2018-05-021-3/+2
* intel: decoder: identify groups with fixed lengthLionel Landwerlin2018-05-022-6/+13
* intel: decoder: make the field iterator use more naturalLionel Landwerlin2018-05-022-30/+36
* nv50: Extract needed value bits without shifting them before calling bitcountVlad Golovkin2018-05-021-1/+1
* intel: activate the gl_BaseVertex loweringAntia Puentes2018-05-028-27/+11
* compiler/nir: Add conditional lowering for gl_BaseVertexAntia Puentes2018-05-022-0/+21
* intel: emit is_indexed_draw in the same VE than gl_DrawIDAntia Puentes2018-05-027-48/+78
* intel/compiler: Add uses_is_indexed_draw flagAntia Puentes2018-05-022-0/+5
* compiler: Add SYSTEM_VALUE_IS_INDEXED_DRAW and instrinsicsAntia Puentes2018-05-025-0/+14
* radv: enable out-of-order rasterization by defaultSamuel Pitoiset2018-05-022-2/+3
* radv: only disable out-of-order rast for perfect occlusion queriesSamuel Pitoiset2018-05-022-10/+12
* i965: Drop unused gen5 sampler default color struct.Kenneth Graunke2018-05-011-9/+0
* i965: Make brw_vs_outputs_written static.Kenneth Graunke2018-05-012-5/+1
* i965/tex_image: Avoid the ASTC LDR workaround on gen9lpNanley Chery2018-05-011-1/+1
* freedreno: Fix ir3_cmdline.c build.Eric Anholt2018-05-011-0/+1
* anv: Allow lookup of vkEnumerateInstanceVersion without an instanceJason Ekstrand2018-05-011-0/+1
* anv: Don't advertise Float64 or Int64 on HW without 64-bit typesJason Ekstrand2018-05-011-2/+4
* radv: compute the number of subpass attachments correctlySamuel Pitoiset2018-05-011-2/+2
* radv: set fmask_surf_index on fmask surfaces.Dave Airlie2018-05-021-1/+3
* gallium/i915: fix PIPE_CAPF_MIN_CONSERVATIVE_RASTER_DILATE typoBrian Paul2018-05-011-1/+1
* nvc0: add conservative rasterization supportRhys Perry2018-04-307-8/+87
* st/mesa: add support for nvidia conservative rasterization extensionsRhys Perry2018-04-303-0/+51
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-3021-2/+243
* mesa: add support for nvidia conservative rasterization extensionsRhys Perry2018-04-3017-11/+526
* glsl/tests: add GLSL_TYPE_UINT8, GLSL_TYPE_INT8 cases to switch statementsBrian Paul2018-04-301-0/+6
* tgsi: use enums instead of unsigned in ureg codeBrian Paul2018-04-302-12/+12
* nir: move GL specific passes to src/compiler/glslTimothy Arceri2018-05-0112-38/+83
* radv/winsys: fix leaking resources from bo's imported by fdAndres Rodriguez2018-04-301-0/+1
* i965/tiled_memcpy: ytiled_to_linear a cache line at a timeScott D Phillips2018-04-301-6/+66
* i965: Record mipmap resolver for unmappingChris Wilson2018-04-302-17/+22