summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radv: Remove remaining hard coded references to VS.Bas Nieuwenhuizen2017-10-193-7/+28
* radv: Update GFX9 user data regs for GS/tess.Bas Nieuwenhuizen2017-10-194-14/+25
* radv: Add code to compile merged shaders.Bas Nieuwenhuizen2017-10-194-13/+39
* ac/nir: Add LS-HS input VGPR workaround.Bas Nieuwenhuizen2017-10-191-0/+18
* ac/nir: Compile the bodies of multiple shaders.Bas Nieuwenhuizen2017-10-191-50/+83
* ac/nir: Expand user SGPR descriptions a bit.Bas Nieuwenhuizen2017-10-191-3/+3
* ac/nir: Don't write to the dynamic HS word on GFX9.Bas Nieuwenhuizen2017-10-191-11/+16
* ac/nir: Add function creation for merged LS+HS.Bas Nieuwenhuizen2017-10-191-76/+178
* ac/nir: Make scan_shader_output_decl less dependent on the context.Bas Nieuwenhuizen2017-10-191-14/+17
* ac/nir: Allow ac_shader_variant_info to contain info about multiple stages.Bas Nieuwenhuizen2017-10-191-1/+1
* ac/nir: Change interface to allow multiple source shaders.Bas Nieuwenhuizen2017-10-193-39/+48
* ac/nir: Add HS calling convention.Bas Nieuwenhuizen2017-10-191-1/+4
* ac: Parse the new HS RSRC1 register.Bas Nieuwenhuizen2017-10-191-0/+1
* swr: knob overrides for Intel Xeon PhiTim Rowley2017-10-195-1/+37
* swr/rast: Add api to override draws in flightTim Rowley2017-10-194-19/+31
* swr/rast: Widen fetch shader to SIMD16 (disabled for now)Tim Rowley2017-10-191-13/+428
* swr/rast: Change DS memory allocationTim Rowley2017-10-192-2/+3
* swr/rast: Fix indentationTim Rowley2017-10-191-1/+1
* swr/rast: Miscellaneous viewport array code changesTim Rowley2017-10-195-38/+71
* swr/rast: Minor changes for os-xTim Rowley2017-10-191-2/+4
* i965: Don't disable aux buffers for non-overlapping miplevels.Kenneth Graunke2017-10-191-3/+7
* i965: Remove the intel_miptree_prepare_fb_fetch wrapper.Kenneth Graunke2017-10-193-20/+10
* i965: Only resolve texture levels/layers that are accessed.Kenneth Graunke2017-10-191-2/+16
* i965: Make intel_miptree_prepare_texture() take level/layer arguments.Kenneth Graunke2017-10-193-21/+13
* gallium: add more exceptions to tgsi_util_get_inst_usage_maskTim Rowley2017-10-191-0/+12
* isl: Fix width check in isl_gen7_choose_msaa_layout.Kenneth Graunke2017-10-191-1/+1
* i965: Use is_scheduling_barrier instead of schedule_node::is_barrier.Kenneth Graunke2017-10-191-22/+10
* i965: Move fs_inst::has_side_effects()'s eot check to the parent class.Kenneth Graunke2017-10-195-9/+3
* tgsi: fix tgsi_util_get_inst_usage_maskRoland Scheidegger2017-10-191-6/+6
* docs: update calendar, add news item and link release notes for 17.2.3Emil Velikov2017-10-193-7/+8
* docs: add sha256 checksums for 17.2.3Emil Velikov2017-10-191-1/+2
* docs: add release notes for 17.2.3Emil Velikov2017-10-191-0/+180
* glsl/linker: produce error when invalid explicit locations are usedIago Toral Quiroga2017-10-193-5/+43
* i965/sbe: fix active components for SSO programs with over 16 inputsIago Toral Quiroga2017-10-191-8/+2
* i965: Do not log a perf warning when mapping an idle boChris Wilson2017-10-191-2/+3
* i965: Use a union to bitcast a floatMatt Turner2017-10-181-1/+2
* drirc: Group a few games in the glthread whitelist together.Darren Salt2017-10-191-6/+21
* drirc: Enable glthread for more games (Saints Row 4 & Gat out of Hell).Darren Salt2017-10-191-0/+6
* radv: reset dirty flags after flushing all statesSamuel Pitoiset2017-10-181-2/+2
* radv: do not re-emit the index buffer for every draw callSamuel Pitoiset2017-10-181-29/+28
* radv: remove useless mask operation in radv_cs_emit_draw_indexed_packet()Samuel Pitoiset2017-10-181-1/+1
* radv: Do not read from the disk cache with RADV_DEBUG=nocache.Bas Nieuwenhuizen2017-10-181-1/+2
* radv: Set active_stages after getting cached shadersAlex Smith2017-10-181-1/+6
* radv: Don't free NIR shaders if tracingAlex Smith2017-10-181-1/+1
* Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}"Marek Olšák2017-10-185-18/+31
* Revert "egl: drop EGL driver `name`"Marek Olšák2017-10-185-1/+10
* st/mesa: set dimension for constants in ATI_fragment_shaderMiklós Máté2017-10-181-0/+4
* st/osmesa: include u_inlines.h for pipe_resource_referenceMichel Dänzer2017-10-181-0/+1
* st/mesa: Initialize textures array in st_framebuffer_validateMichel Dänzer2017-10-186-12/+7
* egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is setEric Engestrom2017-10-184-6/+7