i965/disasm: also print nibctrl in IVB for execsize=8
[mesa.git] / src /
2017-04-14 Iago Toral Quirogai965/disasm: also print nibctrl in IVB for execsize=8
2017-04-14 Boyan Dingnir: Destination component count of shader_clock intrin...
2017-04-14 Nicolai Hähnleradeonsi: add missing initialization for userptr buffers
2017-04-14 Fredrik Höglundradv: remove the temp descriptor set infrastructure
2017-04-14 Fredrik Höglundradv: use push descriptors in meta
2017-04-14 Fredrik Höglundradv: add private push descriptors for meta
2017-04-14 Jason Ekstrandanv/blorp: Properly handle VK_ATTACHMENT_UNUSED
2017-04-14 Jason Ekstrandanv/cmd_buffer: Use the null surface state for ATTACHME...
2017-04-14 Jason Ekstrandanv/cmd_buffer: Always set up a null surface state
2017-04-14 Nicolai Hähnleradeonsi: cope with missing disassembly
2017-04-14 Nicolai Hähnlegallium/ddebug: dump missing members of pipe_draw_info
2017-04-14 Nicolai Hähnleradeonsi: enable ARB_shader_viewport_layer_array
2017-04-14 Nicolai Hähnleradeonsi: handle ignored LAYER and VIEWPORT_INDEX writes
2017-04-14 Nicolai Hähnlest/mesa: enable ARB_shader_viewport_layer_array
2017-04-14 Nicolai Hähnletgsi: clarify TGSI_SEMANTIC_{LAYER,VIEWPORT_INDEX}
2017-04-14 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
2017-04-14 Jason Ekstrandanv/cmd_buffer: Flush the VF cache at the top of all...
2017-04-14 Jason Ekstrandanv/blorp: Flush the texture cache in UpdateBuffer
2017-04-14 Jason Ekstrandanv: Limit VkDeviceMemory objects to 2GB
2017-04-14 Jason Ekstrandintel/blorp: Add a blorp_emit_dynamic macro
2017-04-14 Bruce Cherniakswr: Enable MSAA in OpenSWR software renderer
2017-04-14 Bruce Cherniakswr: Removed unnecessary PIPE_BIND flags from swr_is_fo...
2017-04-14 Bruce Cherniakswr: Align swr_context allocation to SIMD alignment.
2017-04-14 Tim Rowleyswr: update gallium driver docs
2017-04-14 Grazvydas Ignotasradv: remove irrelevant comment
2017-04-14 Grazvydas Ignotasradv: report timestampPeriod correctly
2017-04-14 Rob Clarknir/print: add compute shader info
2017-04-14 Rob Clarkgallium/docs: small correction about register files...
2017-04-14 Rob Clarkfreedreno: enable draw/batch reordering by default
2017-04-14 Rob Clarkfreedreno/ir3: small re-order
2017-04-14 Rob Clarkfreedreno/ir3: move 'keeps' to block level
2017-04-14 Rob Clarkfreedreno/ir3: convert dynamic arrays to ralloc
2017-04-14 George Kyriazisswr: add linux to scons build
2017-04-14 Bas Nieuwenhuizenradv: make sizes & offsets 32 bit in radv_descriptor_up...
2017-04-13 Bas Nieuwenhuizenradv: Set descriptor set limits.
2017-04-13 Bas Nieuwenhuizenradv: Increase integer sizes in descriptor sets.
2017-04-13 Dave Airlieradv: support S8_UINT as a depth/stencil format.
2017-04-13 Dave Airlieradv: bump maxGeometryShaderInvocations.
2017-04-13 Axel Davyst/nine: Fix support for ps 1.4 dw and dz modifiers
2017-04-13 Jan Veselyclover: Add missing include to compat header
2017-04-13 Nicolai Hähnlegallium/radeon: never use staging buffers with AMD_pinn...
2017-04-13 Nicolai Hähnleradeonsi: fix gl_BaseVertex in non-indexed draws
2017-04-13 Nicolai Hähnleradeonsi: provide VS_STATE input to all VS variants
2017-04-13 Nicolai Hähnleradeonsi: change the bit-packing of LS out/TCS in data
2017-04-13 Nicolai Hähnleradeonsi: emit VS_STATE register explicitly from si_dra...
2017-04-13 Nicolai Hähnleradeonsi: extract derived tess state emit to higher...
2017-04-13 Nicolai Hähnleradeonsi: drop support for TGSI_SEMANTIC_VERTEXID_NOBASE
2017-04-13 Bas Nieuwenhuizenradv: Add more trace points.
2017-04-13 Bas Nieuwenhuizenradv: Ignore CmdUpdateBuffer with size 0.
2017-04-13 Bas Nieuwenhuizenradv: Enable query inheritance.
2017-04-13 Bas Nieuwenhuizenradv: enable variableMultisampleRate.
2017-04-13 Edmondo Tommasinagallium/hud: set the dump file streams to line buffered
2017-04-13 Dave Airlieradv: fix stencil regression since new addrlib import
2017-04-13 Dave Airlieradv: allocate thin textures as linear.
2017-04-13 Samuel Pitoiseti965: add missing ir_unop_*/ir_binop_* in visit_leave()
2017-04-13 Samuel Pitoisetst/mesa: fix wrong comparison in update_framebuffer_state()
2017-04-13 Samuel Pitoisetradeon: fix duplicate 'const' specifier
2017-04-13 Samuel Pitoisetsvga: remove unused vmw_dri1_intersect_src_bbox()
2017-04-13 Samuel Pitoisetllvmpipe: remove unused subpixel_snap() and fixed_to_fl...
2017-04-13 Samuel Pitoisetsoftpipe: remove unused sp_exec_fragment_shader()
2017-04-13 Samuel Pitoisetsoftpipe: remove unused quad_shade_stage()
2017-04-13 Samuel Pitoisetsoftpipe: remove unused get_texel_quad_2d()
2017-04-13 Samuel Pitoisettrace: remove some unused trace_dump_tag*() functions
2017-04-13 Samuel Pitoisetdraw: remove unused wideline_stage()
2017-04-13 Samuel Pitoisetdraw: remove unused overflow()
2017-04-13 Samuel Pitoisetmesa: remove some unused functions in the perf monitor...
2017-04-13 Samuel Pitoisetmesa: remove unused clamp_float_to_uint() and clamp_hal...
2017-04-13 Samuel Pitoisetmesa: remove unused _mesa_unmarshal_BindBufferBase()
2017-04-13 Samuel Pitoisetvirgl: add missing PIPE_CAP_DOUBLES
2017-04-13 Samuel Pitoisetglsl: simplify apply_image_qualifier_to_variable()
2017-04-13 Samuel Pitoisetglsl: add validate_fragment_flat_interpolation_input()
2017-04-13 Boyan Dingnvc0: Enable ARB_shader_ballot on Kepler+
2017-04-13 Boyan Dingnvc0/ir: Implement TGSI_OPCODE_BALLOT and TGSI_OPCODE_R...
2017-04-13 Boyan Dingnvc0/ir: Implement TGSI_SEMANTIC_SUBGROUP_*
2017-04-13 Boyan Dingnvc0/ir: Add SV_LANEMASK_* system values.
2017-04-13 Boyan Dingnvc0/ir: Allow 0/1 immediate value as source of OP_VOTE
2017-04-13 Boyan Dinggk110/ir: Emit OP_SHFL
2017-04-13 Boyan Dingnvc0/ir: Emit OP_SHFL
2017-04-13 Boyan Dingnvc0/ir: Properly handle a "split form" of predicate...
2017-04-13 Boyan Dinggm107/ir: Emit third src 'bound' and optional predicate...
2017-04-13 Michel Dänzerclover: Fix build against clang SVN >= r299965
2017-04-13 Brian Paulst/mesa: add some _mesa_is_winsys_fbo() assertions
2017-04-13 Brian Paulst/mesa: minor optimization in st_DrawBuffers()
2017-04-13 Timothy Arcerimesa/st: only update samplers for stages that have...
2017-04-12 Vinson Leest/mesa: Fix missing-braces warning.
2017-04-12 Alex Smithradv: Disable primitive restart for non-indexed draws
2017-04-12 Matt Turneranv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_K...
2017-04-12 Marek OlšákRevert "r600g: get rid of dummy pixel shader"
2017-04-12 Bartosz Tomczykmesa: fix memory leak in arb_fragment_program
2017-04-12 Bas Nieuwenhuizenradv: Hash the immutable samplers.
2017-04-12 Bas Nieuwenhuizenradv: Use an offset instead of pointers for immutable...
2017-04-12 Bas Nieuwenhuizenradv: Stop shadowing the result in radv_GetQueryPoolRes...
2017-04-12 Bas Nieuwenhuizenradv: Return VK_NOT_READY if the query results are...
2017-04-12 Bas Nieuwenhuizenradv: Set query availability bit even if we don't wait.
2017-04-12 Gregory Hainautmesa: avoid NULL ptr in prog parameter name
2017-04-12 Kenneth Graunkei965/drm: Use bools for a few flags.
2017-04-12 Kenneth Graunkei965/drm: Make brw_bo_alloc_tiled flags parameter 32...
2017-04-12 Kenneth Graunkei965/drm: Make BO size a uint64_t rather than unsigned...
2017-04-12 Kenneth Graunkei965/drm: Make alignment parameter a uint64_t.
2017-04-12 Kenneth Graunkei965/drm: Make stride/pitch a uint32_t.
next