summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-02-27gallium/u_queue: set num_threads correctly if not all threads startGrazvydas Ignotas1-1/+1
2017-02-27gallium/u_queue: fix a crash with atexit handlersGrazvydas Ignotas1-0/+1
2017-02-25st/nine: Drop USER_INDEX_BUFFERS checkMike Lothian2-3/+1
2017-02-25st/nine: make use of common uploaders v4Constantine Charlamov4-74/+37
2017-02-24svga: fix MSVC build error after PIPE_CAP_USER_INDEX_BUFFERS removalBrian Paul1-1/+1
2017-02-24vc4: Lazily emit our FS/VS input loads.Eric Anholt4-75/+93
2017-02-24vc4: Refactor the load_input code out of the intrinsic code.Eric Anholt1-25/+42
2017-02-24vc4: Track the last block we emitted at the top level.Eric Anholt3-5/+10
2017-02-24vc4: Emit max number of temps in the shader-db output.Eric Anholt1-0/+23
2017-02-25radeonsi: fix broken tessellation on Carrizo and StoneyMarek Olšák1-1/+3
2017-02-25trace: remove pipe_resource wrappingMarek Olšák7-260/+40
2017-02-25gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák17-20/+0
2017-02-25svga: implement user index buffersMarek Olšák2-2/+13
2017-02-25freedreno: add support for user index buffersMarek Olšák2-1/+13
2017-02-25etnaviv: add support for user index buffersMarek Olšák2-1/+13
2017-02-25gallium/util: add new helpers for user index buffer uploadingMarek Olšák2-0/+35
2017-02-24gallium/util: (trivial) fix util_clear_render_targetRoland Scheidegger1-7/+8
2017-02-24vc4: automake: add the kernel/README to the tarballEmil Velikov1-0/+2
2017-02-24st/va: Fix up YV12 to NV12 putImage conversionThomas Hellstrom2-57/+28
2017-02-24st/vdpau: Provide YV12 to NV12 putBits conversion v2Thomas Hellstrom3-19/+130
2017-02-24softpipe: enable clear_texture with util_clear_textureLars Hamre2-1/+4
2017-02-24llvmpipe: enable clear_texture with util_clear_textureLars Hamre2-2/+4
2017-02-24gallium: implement util_clear_textureLars Hamre2-145/+248
2017-02-24haiku/winsys: fix dt prototype argsJerome Duval1-1/+2
2017-02-24haiku: build fixes around debug definesJerome Duval1-2/+2
2017-02-23swr: fix index buffers with non-zero indicesGeorge Kyriazis5-6/+62
2017-02-23swr: add fetch shader cacheGeorge Kyriazis6-15/+50
2017-02-18st/wgl: flush with ST_FLUSH_WAIT before releasing shared contextsCharmaine Lee2-2/+15
2017-02-18st: add ST_FLUSH_WAIT to st_context_flush()Charmaine Lee1-0/+1
2017-02-23radeon: fix r600 builds when old version of llvm is presentTimothy Arceri1-2/+2
2017-02-23r600/radeonsi: enable glsl/tgsi on-disk cacheTimothy Arceri2-0/+46
2017-02-23ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughsTimothy Arceri3-0/+39
2017-02-23gallium: add get_disk_shader_cache() callbackTimothy Arceri2-0/+19
2017-02-22Revert "st/vdpau: Fix multithreading"Thomas Hellstrom1-21/+1
2017-02-22vl: u_upload_alloc might fail to allocate buffer in bicubic filterNayan Deshmukh1-3/+5
2017-02-22gallium: reorder fields in pipe_draw_infoMarek Olšák1-23/+26
2017-02-22gallium/hud: handle a thread switch for API-thread-busy monitoringMarek Olšák1-4/+10
2017-02-22gallium/hud: prevent an infinite loopMarek Olšák1-2/+3
2017-02-22gallium/u_queue: isolate util_queue_fence implementationMarek Olšák6-26/+30
2017-02-22gallium/u_queue: fix random crashes when the app calls exit()Marek Olšák2-2/+78
2017-02-22gallium/vl: Simplify the matrix filter fragment shaderThomas Hellstrom1-40/+16
2017-02-22st/vdpau: Fix multithreadingThomas Hellstrom1-1/+21
2017-02-22gallium/vl: Parameter substitution in the csc matrix computationThomas Hellstrom1-12/+17
2017-02-22gallium/vl: Simplify usage of full range matricesThomas Hellstrom1-38/+17
2017-02-22gallium/vl Fix brightness matrix descriptionThomas Hellstrom1-4/+4
2017-02-22gallium/vl: Don't map vertex buffers on creationThomas Hellstrom1-1/+0
2017-02-22gallium/vl: Add sampler views to video filter fragment shadersThomas Hellstrom3-0/+15
2017-02-22gallium/vl: declare sampler views in compositor shadersThomas Hellstrom1-5/+32
2017-02-22gallium/docs: use imgmath instead of pngmathEric Engestrom1-1/+1
2017-02-22gallium/docs: fix section title formattingEric Engestrom1-2/+2