summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/a3xx
AgeCommit message (Expand)AuthorFilesLines
2023-09-11freedreno, ir3, tu: Constify various uses of ir3_shader_variantConnor Abbott2-7/+9
2023-09-06Do explicit cast to suppress clang warningsVignesh Raman1-2/+2
2023-08-14gallium: move vertex stride to CSOMike Blumenkrantz1-1/+1
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-1/+1
2023-06-03compiler: Rename shader_prim to mesa_prim and replace all usage of pipe_prim_...Yonggang Luo2-10/+10
2023-02-16freedreno: Move blend out of dirty-rsc trackingRob Clark1-0/+2
2023-02-16freedreno: Push num_draws down to backendRob Clark1-1/+14
2023-02-11freedreno: Move num_vertices calc to backendRob Clark1-0/+2
2022-10-28freedreno: Massage scissor state at bind timeRob Clark1-4/+4
2022-10-28freedreno: support multiple viewportsRob Clark1-8/+12
2022-10-10gallium: normalized_coords -> unnormalized_coordsErik Faye-Lund1-1/+1
2022-09-18freedreno: do not fake rgtc-supportErik Faye-Lund1-10/+0
2022-09-01freedreno: Fixes warning [-Wimplicit-fallthrough] in fd3_texture.cYonggang Luo1-1/+1
2022-08-02freedreno: Use enum for primtypes tableRob Clark1-1/+1
2022-07-10Change all debug_assert calls to assertMarek Olšák3-6/+6
2022-04-01util: Rename pipe_debug_callback to util_debug_callbackYonggang Luo1-1/+1
2022-03-02freedreno: Improve robustness behavior for VBs with offset > size.Emma Anholt1-9/+0
2022-01-24freedreno: Pass shader cache key instead of shader keyRob Clark1-1/+1
2022-01-12freedreno: drop dead assignmentThomas H.P. Andersen1-4/+0
2021-12-02freedreno/a3xx: add some legacy formatsIlia Mirkin1-0/+17
2021-11-22freedreno/a[345]xx: fix unorm/snorm blend factors when they're "over"Ilia Mirkin1-4/+4
2021-11-12freedreno/a[345]xx: add R8/RG8 SRGB formatsIlia Mirkin1-0/+2
2021-11-12freedreno: prefer float immediates when float values are involvedIlia Mirkin5-33/+33
2021-10-21freedreno: Skip built-in shaders for cloverRob Clark1-0/+1
2021-10-04freedreno: Fix some indentationRob Clark1-1/+1
2021-09-13freedreno: Cleanup primtypes/primtypes_maskRob Clark3-22/+16
2021-08-27freedreno: export supported primtypesMike Blumenkrantz1-0/+8
2021-08-19freedreno: rename Z_TEST_ENABLE->Z_READ_ENABLE, Z_ENABLE->Z_TEST_ENABLEDanylo Piliaiev2-2/+2
2021-04-30gallium: split drawid out of pipe_draw_info and as a separate draw_vbo paramMike Blumenkrantz2-0/+3
2021-04-30gallium: move pipe_draw_info::index_bias to pipe_draw_start_count_biasMike Blumenkrantz1-3/+3
2021-04-30gallium: rename pipe_draw_start_count -> pipe_draw_start_count_biasMike Blumenkrantz2-2/+2
2021-04-28freedreno/drm: Cleanup bo allocation flagsRob Clark2-4/+4
2021-04-14freedreno: Manual fixupsRob Clark2-13/+10
2021-04-14freedreno: Re-indentRob Clark21-3144/+3156
2021-04-14freedreno: Some manual reformattingRob Clark2-225/+229
2021-04-07freedreno/a3xx: Fix SP_FS_CTRL_REG1_INITIALOUTSTANDINGConnor Abbott1-1/+1
2021-03-24freedreno: Move max-tf-vtx calculation to just the HW that needs it.Eric Anholt1-0/+2
2021-03-23freedreno/a3xx: Switch to using ir3_cache for looking up our VS/FS.Eric Anholt6-29/+105
2021-03-20freedreno: Drop u_trim_pipe_prim() from fast-pathsRob Clark1-0/+6
2021-03-20freedreno: Only collect sw stats when requiredRob Clark1-2/+4
2021-03-11freedreno: Extend threaded_resourceRob Clark3-7/+7
2021-03-03freedreno: Deduplicate fixup_shader_state()Rob Clark3-31/+4
2021-02-25freedreno: Add FD_DBG() macroRob Clark2-2/+2
2021-02-25freedreno: Use the mesa/st frontend lowering of GL_CLAMP.Eric Anholt4-98/+6
2021-02-24freedreno: Drop custom driver lowering of GL's color clamping.Eric Anholt1-2/+0
2021-02-24freedreno: Drop custom driver lowering of two-sided color.Eric Anholt1-1/+0
2021-02-18freedreno: driver-thread annotationsRob Clark5-3/+19
2021-02-16freedreno/ir3: Move ir3_compiler_create()Rob Clark1-1/+0
2021-02-16freedreno/ir3: Add ir3_shader_stateRob Clark2-3/+3
2021-02-16freedreno: Misc cleanupRob Clark2-4/+4