summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2019-07-22gallium: remove boolean from state tracker APIsIlia Mirkin9-56/+56
2019-07-10gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund1-1/+9
2019-07-01st/dri: fix typo in format table for GR1616 formatMike Blumenkrantz1-1/+1
2019-07-01st/dri: pass dri2_format_mapping directly to dri2_create_image_from_winsysMike Blumenkrantz1-4/+5
2019-06-28Revert "meson: Add support for using cmake for finding LLVM"Dylan Baker1-8/+5
2019-06-27meson: Add support for using cmake for finding LLVMDylan Baker1-5/+8
2019-06-21gallium/st: Add Gallium hud to swrast driversGert Wollny1-0/+3
2019-06-05st/nine: Use tgsi_to_nir when preferred IR is NIR.Timur Kristóf4-6/+135
2019-05-24st/dri: enable EGL_ANDROID_blob_cache on gallium driversTapani Pälli1-0/+29
2019-05-15st/dri: Minor style fixesKenneth Graunke1-4/+6
2019-05-13gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt6-25/+21
2019-05-10st/va: set the visible image dimensions in vlVaDeriveImageJulien Isorce1-2/+4
2019-05-03st/va: check resource_get_info nullity in vlVaDeriveImageJulien Isorce1-5/+8
2019-05-03meson: Fix missing glproto dependency for gallium-glxChuck Atkins1-1/+1
2019-05-02st/dri: decrease input lag by syncing sooner in SwapBuffersMarek Olšák1-10/+10
2019-04-30st/va: properly set stride and offset in vlVaDeriveImageJulien Isorce1-10/+25
2019-04-30st/nine: Check discard_delayed_release is set before allocating moreAxel Davy1-0/+2
2019-04-30st/nine: Throttle rendering similarly for thread_submitAxel Davy1-15/+22
2019-04-30st/nine: Optimize a bit writeonly buffersAxel Davy1-1/+6
2019-04-30st/nine: Use TGSI_SEMANTIC_GENERIC for fogAxel Davy2-28/+29
2019-04-30st/nine: Enable computing const_rangesAxel Davy1-1/+1
2019-04-30st/nine: Handle const_ranges in nine_stateAxel Davy1-2/+26
2019-04-30st/nine: Cache constant buffer sizeAxel Davy7-23/+52
2019-04-30st/nine: Propagate const_range to contextAxel Davy7-15/+37
2019-04-30st/nine: Prepare constant compaction in nine_shaderAxel Davy2-28/+118
2019-04-30st/nine: Refactor counting of constantsAxel Davy1-25/+21
2019-04-30st/nine: Track constant slots usedAxel Davy1-2/+11
2019-04-30st/nine: Refactor ct_ctorAxel Davy1-89/+95
2019-04-30st/nine: Make swvp_on imply IS_VSAxel Davy2-6/+10
2019-04-30st/nine: Refactor shader constants ureg_src computationAxel Davy2-95/+99
2019-04-30st/nine: Manually upload vs and ps constantsAxel Davy1-0/+46
2019-04-30st/nine: use helper ureg_DECL_sampler everywhereAxel Davy1-1/+1
2019-04-30st/nine: Compact pixel shader keyAxel Davy2-15/+31
2019-04-30st/nine: Compact nine_ff_get_projected_keyAxel Davy4-8/+24
2019-04-30st/nine: Refactor param->relAxel Davy1-4/+6
2019-04-30st/nine: Regroup param->rel testsAxel Davy1-8/+3
2019-04-30st/nine: Control shader constant inlining with drircAxel Davy2-1/+3
2019-04-30st/nine: Recompile optimized shaders based on b/i constsAxel Davy9-5/+211
2019-04-30st/nine: Add drirc option to use data_internal for dynamic texturesAxel Davy5-2/+17
2019-04-30st/nine: Support internal compressed format for volumesAxel Davy1-13/+16
2019-04-30st/nine: Support internal compressed format for surfacesAxel Davy1-12/+15
2019-04-30st/nine: Refactor volume GetSystemMemPointerAxel Davy1-8/+11
2019-04-30st/nine: Refactor surface GetSystemMemPointerAxel Davy1-10/+12
2019-04-30st/nine: rename *_conversion to *_internalAxel Davy4-59/+59
2019-04-30st/nine: Optimize volume upload with conversionAxel Davy1-27/+25
2019-04-30st/nine: Optimize surface upload with conversionAxel Davy1-28/+27
2019-04-30st/nine: Fix SINCOS inputAxel Davy1-2/+7
2019-04-30st/nine: Ignore nooverwrite for systemmemAxel Davy1-1/+1
2019-04-30st/nine: Enable modifiers on ps 1.X texcoordsAxel Davy1-21/+30
2019-04-30st/nine: Always return OK on SetSoftwareVertexProcessingAxel Davy1-1/+1