summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2019-02-11gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák1-1/+2
2019-02-08kmsro: Silence warning if missingAlyssa Rosenzweig1-1/+0
2019-02-05gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.Kenneth Graunke1-0/+1
2019-02-05nir: Move V3D's "the shader was TGSI, ignore FS output types" flag to NIR.Eric Anholt1-0/+3
2019-02-05panfrost: Initial stub for Panfrost driverAlyssa Rosenzweig3-0/+31
2019-01-30gallium: wrap u_screen in extern "C" for c++Dylan Baker1-0/+8
2019-01-28Switch imx to kmsro and remove the imx winsysRob Herring2-28/+0
2019-01-28pipe-loader: Fallback to kmsro driver when no matching driver name foundRob Herring1-5/+8
2019-01-28pl111: Rename the pl111 driver to "kmsro".Eric Anholt3-8/+8
2019-01-28Gallium: Add new CAPS to indicate whether a driver can switch SRGB writeGert Wollny1-0/+2
2019-01-26freedreno: add renderonly scanoutJonathan Marek1-1/+1
2019-01-25gallium: Make sure we return is_unorm/is_snorm for compressed formats.Eric Anholt4-24/+36
2019-01-25gallium: Fix comment about possible colorspaces.Eric Anholt1-1/+1
2019-01-24gallivm: Return true from arch_rounding_available() if NEON is availableMatt Turner1-1/+3
2019-01-23gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTSCaio Marcelo de Oliveira Filho1-0/+3
2019-01-22gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)Marek Olšák2-0/+43
2019-01-22gallium: add SINT formats to have exact counterparts to SNORM formatsMarek Olšák1-0/+4
2019-01-21nir: add bit_size parameter to system values with multiple allowed bit sizesKarol Herbst1-1/+1
2019-01-21nir: replace more nir_load_system_value calls with builder functionsKarol Herbst1-2/+1
2019-01-19nir: rename nir_var_private to nir_var_shader_tempKarol Herbst1-1/+1
2019-01-15st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke1-0/+1
2019-01-15gallium: Add the ability to query a single pipeline statistics counterKenneth Graunke1-0/+1
2019-01-09st/mesa: don't leak pipe_surface if pipe_context is not currentMarek Olšák1-0/+19
2019-01-08nir: rename global/local to private/function memoryKarol Herbst1-1/+1
2019-01-08glsl_type: Add support for explicitly laid out matrices and arraysJason Ekstrand1-2/+2
2019-01-02tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl()Timothy Arceri1-29/+43
2019-01-02tgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()Timothy Arceri1-1/+1
2018-12-26gallium: add PIPE_CAP_TGSI_ATOMFADD to indicate supportIlia Mirkin1-0/+1
2018-12-26tgsi: add ATOMFADD operationIlia Mirkin4-1/+7
2018-12-26gallium/ttn: Fix setup of outputs_written.Eric Anholt1-1/+1
2018-12-21gallivm: abort when trying to use non-existing intrinsicRoland Scheidegger1-0/+10
2018-12-21gallivm: don't use pavg.b intrinsic on llvm >= 6.0Roland Scheidegger1-9/+46
2018-12-20gallivm: use llvm jit code for decoding s3tcRoland Scheidegger7-383/+2239
2018-12-19ddebug: always flush when requested, even when hang detection is disabledNicolai Hähnle1-0/+2
2018-12-19ddebug: simplify watchdog loop and fix crash in the no-timeout caseNicolai Hähnle3-73/+52
2018-12-16nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand1-10/+10
2018-12-16nir/tgsi: Use nir_bany in ttn_kill_ifJason Ekstrand1-3/+1
2018-12-13gallium/aux: add is_unorm() helperRob Clark2-0/+24
2018-12-13mesa/st: Expose compute shaders when NIR support is advertised.Eric Anholt1-1/+2
2018-12-12gallivm: remove unused float coord wrapping for aos samplingRoland Scheidegger1-507/+23
2018-12-07gallium: add missing PIPE_CAP_SURFACE_SAMPLE_COUNT default valueSamuel Pitoiset1-0/+3
2018-12-06gallium: Add new PIPE_CAP_SURFACE_SAMPLE_COUNTKristian H. Kristensen1-2/+8
2018-12-05gallium: Android build fixesKristian H. Kristensen1-1/+1
2018-12-05gallium: Constify drisw_loader_funcs structMichal Srb2-2/+2
2018-11-29draw: fix infinite loop in line stipplingRoland Scheidegger1-11/+15
2018-11-28tgsi/scan: add more information about bindless usageMarek Olšák2-2/+33
2018-11-28gallivm: Use nextafterf(0.5, 0.0) as rounding constantMatt Turner1-1/+1
2018-11-27gallium: Remove unused variable in u_tests.Eric Anholt1-1/+0
2018-11-27util: promote u_memory to src/utilDylan Baker12-462/+6
2018-11-20st/mesa: pin driver threads to a fixed CCX when glthread is enabledMarek Olšák2-56/+10