summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2018-08-23ac: completely remove +auto-waitcnt-before-barrierMarek Olšák1-1/+0
2018-08-21r600/eg: rework atomic counter emission with flushesDave Airlie6-31/+54
2018-08-18gallium/winsys/kms: don't unmap what wasn't mappedRay Strode1-5/+13
2018-08-16radv: disable the auto-waitcnt-before-barrier LLVM optionSamuel Pitoiset1-0/+1
2018-08-09vc4: Fix vc4_fence_server_sync() on pre-syncobj kernels.Eric Anholt1-1/+2
2018-08-09swr: don't export swr_create_screen_internalEmil Velikov2-2/+1
2018-08-09vc4: Ignore samplers for finding uniform offsets.Eric Anholt1-3/+14
2018-08-09vc4: Respect a sampler view's first_layer field.Eric Anholt1-1/+3
2018-08-07vc4: Fix a leak of the no-vertex-elements workaround BO.Eric Anholt1-0/+2
2018-08-07vc4: Fix context creation when syncobjs aren't supported.Eric Anholt1-2/+6
2018-08-07drisw: Fix build on Android Nougat, which lacks shm (v2)Chad Versace1-0/+11
2018-08-07v3d: Emit the VCM_CACHE_SIZE packet.Eric Anholt2-0/+9
2018-08-06nvc0/ir: return 0 in imageLoad on incomplete texturesKarol Herbst2-3/+31
2018-08-06gallium/u_vbuf: handle indirect multidraws correctly and efficiently (v3)Marek Olšák1-24/+180
2018-08-02swr: Remove unnecessary memset callVlad Golovkin1-1/+0
2018-08-02ddebug: use util_snprintf() in dd_get_debug_filename_and_mkdirAndres Gomez1-3/+4
2018-08-02gallium/aux/util: use util_snprintf() in test_texture_barrierAndres Gomez1-2/+2
2018-08-01gallium: fix ddebug on windowsDylan Baker1-1/+5
2018-08-01util: move process.[ch] to u_process.[ch]Dylan Baker1-1/+1
2018-08-01ac,radeonsi: reduce optimizations for complex compute shaders on older APUs (v2)Marek Olšák4-9/+43
2018-08-01vc4: Fix automake linking error.Juan A. Suarez Romero1-0/+9
2018-08-01python: Use the unicode_escape codecMathieu Bridon1-1/+1
2018-08-01gallium: add new SAMP2HND and IMG2HND opcodesRhys Perry5-2/+34
2018-08-01virgl: enable FBFETCH if virglrenderer supports itErik Faye-Lund2-1/+3
2018-08-01virgl: add texture_barrier stubErik Faye-Lund1-0/+7
2018-08-01virgl: enable robustness if the host exposes itDave Airlie2-1/+3
2018-08-01virgl: Support ARB_framebuffer_no_attachmentsDave Airlie4-1/+23
2018-08-01virgl: add initial ARB_compute_shader supportDave Airlie7-7/+153
2018-07-31radeonsi: report supported EQAA combinations from is_format_supportedMarek Olšák1-16/+20
2018-07-31radeonsi: use storage_samples instead of color_samples in most placesMarek Olšák8-47/+29
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák68-69/+185
2018-07-31gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák26-24/+56
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák18-0/+29
2018-08-01virgl: also mark sampler views as dirtyGurchetan Singh1-1/+2
2018-08-01virgl: add memory barrier supportDave Airlie5-0/+29
2018-08-01virgl: add TXQS supportDave Airlie2-1/+3
2018-08-01virgl: add initial images support (v2)Dave Airlie8-0/+105
2018-07-31etnaviv: fix typo in query namesChristian Gmeiner1-2/+2
2018-07-30v3d: Include commands to run the BCL and RCL in CLIF dumps.Eric Anholt1-10/+1
2018-07-30v3d: Rename "configuration" and "config" in the XML to "cfg"Eric Anholt4-30/+33
2018-07-30v3d: s/colour/color in the XML.Eric Anholt3-20/+20
2018-07-30v3d: Rename primitives to prims in the XML to match CLIF names.Eric Anholt2-5/+5
2018-07-30v3d: Add a separate flag for CLIF ABI output versus human-readable CLs.Eric Anholt2-3/+4
2018-07-30v3d: Add pack header support for f187 values.Eric Anholt2-15/+5
2018-07-30v3d: Move depth offset packet setup to CSO creation time.Eric Anholt4-33/+34
2018-07-31r600: reduce num compute threads to 1024.Dave Airlie1-1/+1
2018-07-30freedreno/a5xx: fix txf_msRob Clark3-0/+12
2018-07-30nvc0: serialize before updating some constant buffer bindings on Maxwell+Rhys Perry4-47/+81
2018-07-29v3d: Block bin on render when doing vertex texturing.Eric Anholt1-0/+14
2018-07-29vc4: Fix meson build when enabled without v3d.Eric Anholt1-1/+1