summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-20drirc: enable glthread for Talos PrincipleMarek Olšák1-0/+7
2018-11-20mesa/glthread: enable immediate modeMarek Olšák2-5/+11
2018-11-20mesa/glthread: pass the function name to _mesa_glthread_restore_dispatchMarek Olšák4-5/+8
2018-11-20gallium/u_tests: fix MSVC build by using old-style zero initializersMarek Olšák1-3/+3
2018-11-20i965: Do NIR shader cloning in the caller.Kenneth Graunke12-21/+17
2018-11-20i965: Use a 'nir' temporary rather than poking at brw_programKenneth Graunke6-22/+25
2018-11-20gallium/u_tests: add a compute shader test that clears an imageMarek Olšák1-0/+77
2018-11-21ac: handle cast derefsDave Airlie1-0/+3
2018-11-21radv: handle loading from shared pointersDave Airlie1-9/+18
2018-11-21ac: avoid casting pointers on bcsel and storesDave Airlie3-3/+14
2018-11-20meson: Add tests to suitesDylan Baker24-33/+70
2018-11-20i965/batch: avoid reverting batch buffer if saved state is an emptyAndrii Simiklit5-2/+13
2018-11-20travis: adding missing x11-xcb for meson+vulkanEmil Velikov1-0/+1
2018-11-20glx: make xf86vidmode mandatory for direct renderingEmil Velikov6-35/+6
2018-11-20travis: drop unneeded x11proto-xf86vidmode-devEmil Velikov1-10/+0
2018-11-20ac/nir: fix intrinsic name string size in visit_image_atomic()Samuel Pitoiset1-1/+1
2018-11-19radv: Use structured intrinsics instead of indexing workaround for GFX9.Bas Nieuwenhuizen3-8/+75
2018-11-19i965: Allow only one slot of clip distances to be set on Gen4-5.Kenneth Graunke1-1/+3
2018-11-19nir: Make nir_lower_clip_vs optionally work with variables.Kenneth Graunke5-15/+40
2018-11-19nir: Save nir_variable pointers in nir_lower_clip_vs rather than locs.Kenneth Graunke1-16/+8
2018-11-19nir: Inline lower_clip_vs() into nir_lower_clip_vs().Kenneth Graunke1-41/+32
2018-11-19nir: Use nir_shader_get_entrypoint in nir_lower_clip_vs().Kenneth Graunke1-4/+2
2018-11-20nir: handle shared pointers in lowering indirect derefs.Dave Airlie1-2/+2
2018-11-20nir: move getting deref from var after we check deref type.Dave Airlie1-4/+3
2018-11-20spirv/vtn: handle variable pointers without offset loweringDave Airlie2-8/+10
2018-11-19intel/fs,vec4: Fix a compiler warningJason Ekstrand2-3/+3
2018-11-19intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_valuesJason Ekstrand4-34/+50
2018-11-19gbm: add missing comma between stringsEric Engestrom1-1/+1
2018-11-19radv: implement fast HTILE clears for depth or stencil only on GFX9Samuel Pitoiset2-5/+269
2018-11-19radv: rewrite the condition that checks allowed depth/stencil valuesSamuel Pitoiset1-8/+4
2018-11-19radv: check allowed fast HTILE clears a bit earlierSamuel Pitoiset1-0/+5
2018-11-19radv: add radv_is_fast_clear_{depth,stencil}_allowed() helpersSamuel Pitoiset1-2/+16
2018-11-19radv: add radv_get_htile_fast_clear_value() helperSamuel Pitoiset1-3/+18
2018-11-19radv: remove unnecessary goto in the fast clear pathsSamuel Pitoiset1-28/+24
2018-11-19radv/winsys: remove the max IBs per submit limit for the sysmem pathSamuel Pitoiset1-17/+29
2018-11-19radv/winsys: remove the max IBs per submit limit for the fallback pathSamuel Pitoiset1-48/+55
2018-11-19etnaviv: use dummy RT buffer when rendering without color bufferLucas Stach3-2/+19
2018-11-19virgl: fix vtest regression since fencing changes.Dave Airlie1-0/+1
2018-11-19radv: always clear the FCE predicate after DCC/FMASK/CMASK decompressionsSamuel Pitoiset1-5/+8
2018-11-19radv: tidy up radv_set_dcc_need_cmask_elim_pred()Samuel Pitoiset5-15/+14
2018-11-19radeonsi: fix an out-of-bounds read reported by ASANNicolai Hähnle1-0/+4
2018-11-19r600: Only set context streamout strides info from the shader that has outputsGert Wollny1-3/+9
2018-11-19i965:use FRAMEBUFFER_UNSUPPORTED instead of FRAMEBUFFER_INCOMPLETE_DIMENSIONSGert Wollny1-1/+1
2018-11-19virgl: Use file descriptor instead of un-allocated objectGert Wollny1-1/+1
2018-11-19i965: Add support for and expose EXT_texture_sRGB_R8Gert Wollny2-0/+2
2018-11-19i965: Force zero swizzles for unused components in GL_RED and GL_RGGert Wollny1-0/+4
2018-11-19i965: be more specific about FBO completeness errorsGert Wollny1-19/+23
2018-11-19i965: Correct L8_UNORM_SRGB table entryGert Wollny1-1/+1
2018-11-18virgl: Clean up fences commitRobert Foss4-4/+1
2018-11-17i915: Delete swizzling detection logic.Kenneth Graunke4-31/+0