summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-02i965: Enable flush controlpatches-for-ajaxNeil Roberts2-1/+21
2017-11-02drisw: Enable flush control for llvmpipe and softpipeAdam Jackson1-0/+1
2017-11-02gallium: Wire up flush controlAdam Jackson3-1/+9
2017-11-02egl: Implement EGL_KHR_context_flush_controlAdam Jackson6-1/+24
2017-11-02glx: Implement GLX_ARB_context_flush_controlNeil Roberts7-9/+62
2017-11-02dri: Add a flush control extensionNeil Roberts3-2/+46
2017-11-02dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts14-128/+149
2017-11-02intel: Don't flush the old context in intelMakeCurrentNeil Roberts2-18/+0
2017-11-02egl/dri2: Factor out context attribute initializationAdam Jackson1-26/+9
2017-11-02es2api/ABI-check: Add es3.x symbolsDylan Baker1-8/+125
2017-11-02meson: Set c visibility args for wayland-drmDylan Baker1-0/+1
2017-11-03st/glsl_to_nir: pass gl_shader_program to st_finalize_nir()Timothy Arceri3-27/+11
2017-11-02radv: Don't expose heaps with 0 memory.Bas Nieuwenhuizen3-53/+101
2017-11-02gbm: Don't traverse backwards for includesDylan Baker4-5/+12
2017-11-02automake: Remove unused include pathDylan Baker1-2/+1
2017-11-02radeonsi: remove 'Authors:' commentsMarek Olšák51-208/+3
2017-11-02intel/fs: Don't allocate a param array for zero push constantsJason Ekstrand1-1/+8
2017-11-02intel/fs: Alloc pull constants off mem_ctxJason Ekstrand1-1/+1
2017-11-02Revert "meson: bump libdrm version required by amdgpu"Dylan Baker1-1/+1
2017-11-02gallivm: allow arch rounding with avx512Tim Rowley1-1/+2
2017-11-02etnaviv: Allow clearing constant buffer using buffer==NULL user_buffer==NULLWladimir J. van der Laan1-1/+1
2017-11-02etnaviv: Don't flush on transfer when UNSYNCHRONIZEDWladimir J. van der Laan1-12/+12
2017-11-02etnaviv: don't do resolve-in-place without valid TSWladimir J. van der Laan4-0/+11
2017-11-02radv: make radv_bind_descriptor_set() staticSamuel Pitoiset2-6/+3
2017-11-02radv: make sure we set buffers as shareable properly.Dave Airlie2-2/+7
2017-11-01svga: Use __asm__ instead of asmDylan Baker3-11/+5
2017-11-01Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx."Marek Olšák7-16/+1
2017-11-01intel: decoder: enable decoding a single fieldLionel Landwerlin2-0/+52
2017-11-01intel: decoder: expose missing find_enum()Lionel Landwerlin1-0/+2
2017-11-01intel: decoder: extract field value computationLionel Landwerlin1-30/+37
2017-11-01intel: decoder: rename field() to field_value()Lionel Landwerlin1-18/+18
2017-11-01intel: decoder: rename internal function to free nameLionel Landwerlin1-3/+3
2017-11-01intel: decoder: simplify field_is_header()Lionel Landwerlin2-4/+6
2017-11-01intel: common: make intel utils available from C++Lionel Landwerlin3-0/+25
2017-11-01intel: decoder: remove unused platform fieldLionel Landwerlin1-2/+0
2017-11-01intel: error-decode: implement a rolling window of programsLionel Landwerlin1-14/+23
2017-11-01gallium: increase pipe_sampler_view::target bitfield size for MSVCBrian Paul1-2/+6
2017-11-01mapi: fix .so path in ABI-checkEric Engestrom2-2/+2
2017-11-01intel: decoder: extract instruction/structs lengthLionel Landwerlin2-0/+8
2017-11-01intel: decoder: pack iterator variable declarationsLionel Landwerlin1-11/+8
2017-11-01intel: decoder: simplify creation of struct when 0-allocatedLionel Landwerlin1-4/+0
2017-11-01intel: decoder: add destructor for gen_specLionel Landwerlin2-102/+91
2017-11-01intel: decoder: expose helper to test header fieldsLionel Landwerlin2-3/+4
2017-11-01intel: decoder: don't read qword outside instruction/struct limitLionel Landwerlin2-3/+9
2017-11-01intel: decoder: split out getting the next field and decoding itLionel Landwerlin1-10/+21
2017-11-01intel: decoder: move field name copyLionel Landwerlin1-2/+7
2017-11-01intel: decoder: reorder iterator init functionLionel Landwerlin1-14/+14
2017-11-01intel: common: print out all dword with field spanning multiple dwordsLionel Landwerlin1-4/+6
2017-11-01intel: decoder: build sorted linked lists of fieldsLionel Landwerlin2-25/+34
2017-11-01intel: common: expose gen_spec fieldsLionel Landwerlin2-13/+13